|
|
|
@ -8,8 +8,6 @@ import { deployAll } from '../src/deployer' |
|
|
|
|
import { runTest, compilationInterface } from '../src/index' |
|
|
|
|
import { ResultsInterface, TestCbInterface, ResultCbInterface } from '../src/index' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// deepEqualExcluding allows us to exclude specific keys whose values vary.
|
|
|
|
|
// In this specific test, we'll use this helper to exclude `time` keys.
|
|
|
|
|
// Assertions for the existence of these will be made at the correct places.
|
|
|
|
@ -177,8 +175,6 @@ describe('testRunner', function () { |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
describe('assert library NOTEQUAL method tests', function () { |
|
|
|
|
const filename: string = __dirname + '/examples_0/assert_notEqual_test.sol' |
|
|
|
|
|
|
|
|
|