Skip to content

Commit

Permalink
test(umd): import test utils to fix missing window global when testin…
Browse files Browse the repository at this point in the history
…g webpack-minified UMD bundles
  • Loading branch information
trxcllnt committed Sep 1, 2020
1 parent 92a1978 commit 111f854
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/asynciterable/combinelatest-spec.ts
@@ -1,3 +1,4 @@
import '../asynciterablehelpers';
import { combineLatest, of } from 'ix/asynciterable';
import { sequenceEqual } from 'ix/iterable';

Expand Down
1 change: 1 addition & 0 deletions spec/asynciterable/never-spec.ts
@@ -1,3 +1,4 @@
import '../asynciterablehelpers';
import { never } from 'ix/asynciterable';
import { of } from 'ix/asynciterable';
import { race } from 'ix/asynciterable';
Expand Down
1 change: 1 addition & 0 deletions spec/asynciterable/zip-spec.ts
@@ -1,3 +1,4 @@
import '../asynciterablehelpers';
import { of, throwError, zip } from 'ix/asynciterable';
import { sequenceEqual } from 'ix/iterable';

Expand Down
1 change: 1 addition & 0 deletions spec/iterable/zip-spec.ts
@@ -1,3 +1,4 @@
import '../iterablehelpers';
import { sequenceEqual, throwError, zip } from 'ix/iterable';

test('Iterable#zip equal length', () => {
Expand Down

0 comments on commit 111f854

Please sign in to comment.