Use TSyringe on background script
This commit is contained in:
parent
c7803e7c29
commit
cdfd54ed99
37 changed files with 212 additions and 202 deletions
|
@ -1,6 +1,8 @@
|
|||
import chai from 'chai';
|
||||
import 'reflect-metadata';
|
||||
import { expect } from 'chai';
|
||||
|
||||
const browserFake = require('webextensions-api-fake');
|
||||
const browser = browserFake();
|
||||
|
||||
global.expect = chai.expect;
|
||||
global.expect = expect;
|
||||
global.browser = browser;
|
||||
|
|
Reference in a new issue