Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Commit

Permalink
add init
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer authored and florianf committed Apr 22, 2016
1 parent b444905 commit f0ef8b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/init.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

// global init - run once
before(function(done) {
require('./support/start').reset(function() {
done();
});
});

0 comments on commit f0ef8b0

Please sign in to comment.