Remove unused deps
This commit is contained in:
parent
669578a926
commit
7f0aab6ec6
@ -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"
|
||||
},
|
||||
|
@ -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', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user