Skip to content

Commit

Permalink
corrects import path
Browse files Browse the repository at this point in the history
  • Loading branch information
xenatisch committed Aug 5, 2020
1 parent c30df1c commit 3a72160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UKCovid19.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { describe, it } from "mocha";
import assert from "assert";

import Cov19API from "..";
import Cov19API from "../lib";
import type { StructureType, FiltersType } from "../lib/UKCovid19";


Expand Down

0 comments on commit 3a72160

Please sign in to comment.