diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-05-05 18:01:46 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-05 18:01:46 +0900 |
commit | e68c0b0f8002207c32c2e8d387b17f5f4f2ccae9 (patch) | |
tree | 5b9aadd2404240012b7c595657fef57d1c3c30d6 /test/main.js | |
parent | c9c18966e6f59e8bc16dfd65394041491cba539e (diff) | |
parent | 8b72102ba5b9b094d774b5bb0bf6c685e00682b5 (diff) |
Merge pull request #385 from ueokande/update_notification
Update notification
Diffstat (limited to 'test/main.js')
-rw-r--r-- | test/main.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/main.js b/test/main.js index d923aaa..3aeae69 100644 --- a/test/main.js +++ b/test/main.js @@ -1,2 +1,6 @@ import chai from 'chai'; +const browserFake = require('webextensions-api-fake'); +const browser = browserFake(); + global.expect = chai.expect; +global.browser = browser; |