update to latest versions
This commit is contained in:
1
test/test.d.ts
vendored
1
test/test.d.ts
vendored
@ -1 +0,0 @@
|
||||
import 'typings-test';
|
10
test/test.ts
10
test/test.ts
@ -1,8 +1,8 @@
|
||||
import 'typings-test'
|
||||
import * as smartchai from '../dist/index'
|
||||
import * as smartq from 'smartq'
|
||||
|
||||
describe('smartchai', function() {
|
||||
it('should have typings in place', function(){
|
||||
smartchai.expect('hi there').to.startsWith('hi')
|
||||
})
|
||||
})
|
||||
smartchai.expect('hi there').to.startWith('hi')
|
||||
let deferred = smartq.defer()
|
||||
smartchai.expect(deferred.promise).to.eventually.be.null
|
||||
deferred.resolve(null)
|
||||
|
Reference in New Issue
Block a user