Skip to content
Snippets Groups Projects
Commit fcd17f06 authored by Xiao Gui's avatar Xiao Gui
Browse files

updated angular to 15

parent a4c6875e
No related branches found
No related tags found
No related merge requests found
defaults
not IE 11
\ No newline at end of file
This diff is collapsed.
......@@ -17,13 +17,5 @@ getTestBed().initTestEnvironment(
{ teardown: { destroyAfterEach: true }},
)
declare const require: any
const testContext = require.context('../src', true, /\.spec\.ts$/)
testContext.keys().map(testContext)
const workerCtx = require.context('../worker', true, /\.spec\.js$/)
workerCtx.keys().map(workerCtx)
// eslint-disable-next-line @typescript-eslint/no-var-requires
require('../common/util.spec.js')
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment