[MM-40144] Restructure tests, add test case numbers, some cleanup (#1864)

* [MM-40144] Restructure tests, add test case numbers, some cleanup

* Fix a test
This commit is contained in:
Devin Binnie
2021-11-19 10:21:34 -05:00
committed by GitHub
parent 113d87fe04
commit 4fa89a5fce
21 changed files with 963 additions and 1229 deletions

View File

@@ -16,8 +16,7 @@ const WEBSERVER_PORT = 9001;
module.exports = merge(base, {
entry: {
test: glob.sync('./src/**/*.test.js'),
e2e: './e2e/specs/index.js',
e2e: glob.sync('./e2e/specs/**/*.test.js'),
},
output: {
path: path.resolve(__dirname, 'dist/tests'),