Make eventually a PromisedAssertion
This commit is contained in:
parent
b088559850
commit
144456503c
3
src/globals.d.ts
vendored
3
src/globals.d.ts
vendored
@ -15,7 +15,8 @@ declare interface Schema {
|
|||||||
declare namespace Chai {
|
declare namespace Chai {
|
||||||
interface Assertion {
|
interface Assertion {
|
||||||
bignumber: Assertion;
|
bignumber: Assertion;
|
||||||
eventually: Assertion;
|
// HACK: In order t comply with chai-as-promised we make eventually a PromisedAssertion not an assertion
|
||||||
|
eventually: PromisedAssertion;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* tslint:enable */
|
/* tslint:enable */
|
||||||
|
@ -6,8 +6,8 @@ const path = require('path');
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
entry: {
|
entry: {
|
||||||
'0x': './src/ts/0x.js.ts',
|
'0x': './src/0x.js.ts',
|
||||||
'0x.min': './src/ts/0x.js.ts'
|
'0x.min': './src/0x.js.ts'
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
path: path.resolve(__dirname, '_bundles'),
|
path: path.resolve(__dirname, '_bundles'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user