Remove unneeded stuff, .vscode on gitignore

This commit is contained in:
David Edmondson
2021-08-26 16:44:37 -07:00
parent ab4863e7df
commit 51bd626e88
3 changed files with 5 additions and 6 deletions

View File

@@ -1,6 +1,2 @@
import "regenerator-runtime/runtime";
global.$ = require("jquery");
global.indexedDb = jest.fn();
global.monaco = {
editor: jest.fn(),
};