Skip to content

Commit

Permalink
fix: revert adding test utils to public API
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Luchs committed Dec 30, 2017
1 parent 8718033 commit b0ee440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
import * as testUtil from './test/util';

export * from './src/nim';
export const testUtil;
4 changes: 2 additions & 2 deletions test/util.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { flow, isNull, negate, random } from 'lodash';
import { GameConfig, GameState, Player, Strategy, StrategyFactory, isFinished, playRound } from '../index';
import { flow, negate, random } from 'lodash';
import { GameConfig, GameState, Player, StrategyFactory, isFinished, playRound } from '../index';
import { GameFn } from '../src/lib/game';
import { when } from '../src/lib/util';

Expand Down

0 comments on commit b0ee440

Please sign in to comment.