Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Jul 19, 2023
1 parent 904434c commit 0a68bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server/cli/test.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('runner.getOptions()', () => {
expect(opts.argv).to.deep.equal(['--group', 'test']);
expect(opts.config.groups[0]).to.deep.include({
name: 'test',
files: [ 'test/browser/**/+(abc.test.js)' ]
files: [ 'test/browser/**/+(abc.vdiff.js)' ]
});
expect(opts.config.testFramework).to.deep.include({
config: { timeout: '123', grep: 'ghi' }
Expand Down

0 comments on commit 0a68bd0

Please sign in to comment.