Remove unused deps

This commit is contained in:
Jacob Evans 2019-04-03 00:06:19 +01:00
parent 669578a926
commit 7f0aab6ec6
No known key found for this signature in database
GPG Key ID: 2036DA2ADDFB0842
2 changed files with 0 additions and 5 deletions

View File

@ -30,8 +30,6 @@
"shx": "^0.2.2",
"typescript": "3.0.1",
"chai": "^4.0.1",
"dirty-chai": "^2.0.1",
"make-promises-safe": "^1.1.0",
"mocha": "^4.1.0",
"lodash": "^4.17.11"
},

View File

@ -1,12 +1,9 @@
import * as chai from 'chai';
import * as dirtyChai from 'dirty-chai';
import { get } from 'lodash';
import 'mocha';
import * as artifacts from '../src/index';
chai.use(dirtyChai);
const expect = chai.expect;
describe('Contract Artifacts', () => {