@0x/sol-compiler: remove fs.promises usage

This commit is contained in:
Lawrence Forman
2020-03-30 16:11:19 -04:00
parent 6e29c8bea9
commit 74647f0e88
2 changed files with 4 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ describe('#Compiler', function(): void {
it('should create a Compiler with empty opts', async () => {
const _compiler = new Compiler(); // tslint:disable-line no-unused-variable
});
it.only('should create an Exchange artifact with the correct unlinked binary', async () => {
it('should create an Exchange artifact with the correct unlinked binary', async () => {
compilerOpts.contracts = ['Exchange'];
const exchangeArtifactPath = `${artifactsDir}/Exchange.json`;