Skip to content

Commit

Permalink
update mocha tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fresc81 committed Oct 20, 2023
1 parent b8d63e8 commit 6d97e9b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .mocharc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
reporter: spec
recursive: true
timeout: 3000
slow: 500
growl: true
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/src/index.js → test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('winreg', function(){
});

// Registry class
var Registry = require(__dirname+'/../../lib/registry.js');
var Registry = require(__dirname+'/../lib/registry.js');

it('Registry is a class', function () {

Expand Down
5 changes: 0 additions & 5 deletions test/mocha.opts

This file was deleted.

0 comments on commit 6d97e9b

Please sign in to comment.