|
@@ -1,7 +1,7 @@
|
|
|
import * as assert from 'assert'
|
|
import * as assert from 'assert'
|
|
|
import * as fc from 'fast-check'
|
|
import * as fc from 'fast-check'
|
|
|
-import { Source } from './Source'
|
|
|
|
|
-import * as Sink from './Sink'
|
|
|
|
|
|
|
+import { Source } from '../src/Source'
|
|
|
|
|
+import * as Sink from '../src/Sink'
|
|
|
|
|
|
|
|
describe('Source', function () {
|
|
describe('Source', function () {
|
|
|
this.timeout(5000)
|
|
this.timeout(5000)
|