feat: setup jest

This commit is contained in:
Joe Previte
2021-01-08 20:55:47 +00:00
parent c52198f30d
commit cef7d42652
8 changed files with 1918 additions and 186 deletions

View File

@@ -2,7 +2,6 @@ import { logger } from "@coder/logger"
import * as assert from "assert"
import * as express from "express"
import * as fs from "fs"
import { describe } from "mocha"
import * as path from "path"
import { PluginAPI } from "../src/node/plugin"
import * as apps from "../src/node/routes/apps"