diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/background/shared/commands/parsers.test.js (renamed from test/shared/commands/parsers.test.js) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shared/commands/parsers.test.js b/test/background/shared/commands/parsers.test.js index 1910f07..4a0c9f0 100644 --- a/test/shared/commands/parsers.test.js +++ b/test/background/shared/commands/parsers.test.js @@ -1,4 +1,4 @@ -import * as parsers from 'shared/commands/parsers'; +import * as parsers from 'background/shared/commands/parsers'; describe("shared/commands/parsers", () => { describe("#parsers.parseSetOption", () => { |