Skip to content

Commit

Permalink
refactor: align test to module build
Browse files Browse the repository at this point in the history
  • Loading branch information
aacerox committed Jun 30, 2023
1 parent 3ba0c1a commit dd22aad
Show file tree
Hide file tree
Showing 12 changed files with 353 additions and 301 deletions.
2 changes: 1 addition & 1 deletion .mocharc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module.exports = {
require: 'should',
reporter: 'spec',
spec: ['test/specs/*.js'], // the positional arguments!
spec: ['test/specs/*.mjs'], // the positional arguments!
ui: 'bdd',
recursive: true
};
195 changes: 0 additions & 195 deletions test/server/mock-server.js

This file was deleted.

Loading

0 comments on commit dd22aad

Please sign in to comment.