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

Commit

Permalink
✅ Use mocha-bdd in test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
willclarktech committed Dec 1, 2017
1 parent 9dd4049 commit 682c406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 46 deletions.
45 changes: 0 additions & 45 deletions test/givenWhenThen.js

This file was deleted.

4 changes: 3 additions & 1 deletion test/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ import 'babel-polyfill';
import should from 'should';
import sinon from 'sinon';
import 'should-sinon';
import './givenWhenThen';
import mochaBDD from 'mocha-bdd';

mochaBDD();

process.env.NODE_ENV = 'test';
process.env.LISKY_CONFIG_DIR = process.env.LISKY_CONFIG_DIR || `${os.homedir()}/.lisky`;
Expand Down

0 comments on commit 682c406

Please sign in to comment.