Skip to content

Commit

Permalink
Test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vesln committed Dec 22, 2013
1 parent 0a058c8 commit d5e4af1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 0 additions & 3 deletions test/fixtures/1.js

This file was deleted.

10 changes: 7 additions & 3 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ test('clean stacks', function(done) {
attach: global,
plugins: [plugin],
suite: 'clean-stacks',
'clean-stacks': true,
proxies: { 'spec': 'addTest' },
tests: [__dirname + '/fixtures/1.js']
cleanStacks: true
});

hydro.setup();

hydro.addTest('fail', function() {
throw new Error('test');
});

hydro.on('post:all', function() {
Expand Down

0 comments on commit d5e4af1

Please sign in to comment.