Skip to content

Commit

Permalink
Updated unit tests work to accommodate ts-loader upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-lee-collins committed Aug 14, 2019
1 parent 9264a8f commit 2e76ea6
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 112 deletions.
2 changes: 2 additions & 0 deletions tests/swork.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import { getFetchEvent, mockInit } from "./mock-helper";
const build = (app: Swork) => app["build"]();
const noopHandler = () => {};

declare var global: any;

describe("Swork tests", () => {
let app: Swork;

Expand Down
Loading

0 comments on commit 2e76ea6

Please sign in to comment.