We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1918e2 commit d84ef3aCopy full SHA for d84ef3a
__tests__/test.ts
@@ -1,4 +1,4 @@
1
-import { Capture } from "../src";
+import { Capture } from "../dist";
2
3
const capture = new Capture("test", "test");
4
package.json
@@ -5,6 +5,7 @@
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
"scripts": {
8
+ "pretest": "tsc",
9
"test": "jest",
10
"build": "tsc",
11
"prepublish": "tsc"
0 commit comments