aboutsummaryrefslogtreecommitdiff
path: root/test/background/usecases/parsers.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/background/usecases/parsers.test.ts')
-rw-r--r--test/background/usecases/parsers.test.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/background/usecases/parsers.test.ts b/test/background/usecases/parsers.test.ts
index bee0d07..019b56e 100644
--- a/test/background/usecases/parsers.test.ts
+++ b/test/background/usecases/parsers.test.ts
@@ -1,4 +1,5 @@
-import * as parsers from "background/usecases/parsers";
+import * as parsers from "../../../src/background/usecases/parsers";
+import { expect } from "chai";
describe("shared/commands/parsers", () => {
describe("#parsers.parseSetOption", () => {