Commit f9b33888 authored by Robert Knight's avatar Robert Knight

Adjust glob used to exclude frontend-shared tests from typechecking

Change the glob to allow for `test/` dirs inside subdirectories of
`frontend-shared/src`.
parent ce0f4599
......@@ -20,6 +20,6 @@
"**/test/**/*.js",
"test-util/**/*.js",
"karma.config.js",
"../frontend-shared/src/test/**/*.js",
"../frontend-shared/src/**/test/*.js",
]
}
Markdown is supported
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