update to latest smartchai

This commit is contained in:
2017-10-09 17:01:10 +02:00
parent 2b21566fe1
commit f34b889358
7 changed files with 244 additions and 24 deletions

View File

@ -1,4 +1,4 @@
import { tap, expect } from '../dist/index'
import { tap, expect } from '../ts/index'
let tapwrap = tap.wrap(async () => {
tap.test('should do something', async () => {

View File

@ -1,4 +1,4 @@
import { tap, expect } from '../dist/index'
import { tap, expect } from '../ts/index'
let test1 = tap.test('my first test -> expect true to be true', async () => {
return expect(true).to.be.true