Move commands to background/shared
This commit is contained in:
parent
62d3c09f61
commit
4d4aaa2c4b
5 changed files with 3 additions and 3 deletions
|
@ -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", () => {
|
Reference in a new issue