This repository has been archived on 2020-04-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Vim-Vixen/test/main.ts
2019-05-19 21:34:08 +09:00

8 lines
196 B
TypeScript

import 'reflect-metadata';
import { expect } from 'chai';
const browserFake = require('webextensions-api-fake');
const browser = browserFake();
global.expect = expect;
global.browser = browser;