Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Nov 2, 2020
1 parent 92c7b67 commit 4597bd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@

<body>
<h1>Waychaser</h1>
<!-- <script type="text/javascript" src="../dist/waychaser.js"></script> -->
</body>
</html>
2 changes: 1 addition & 1 deletion src/test/world.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import chai from 'chai';
import logger from '../util/logger';
import ioc from '../util/ioc-container';
import chaiAsPromised from 'chai-as-promised';
import { waychaser } from '../../dist/waychaser';
import { waychaser } from '../waychaser';

import { waychaserViaWebdriverChrome } from './clients/waychaser-via-webdriver-chrome';
import { waychaserViaWebdriverFirefox } from './clients/waychaser-via-webdriver-firefox';
Expand Down

0 comments on commit 4597bd3

Please sign in to comment.