1
0
mirror of https://github.com/google/nomulus synced 2026-01-05 13:07:04 +00:00

Fix front-end unit tests (#2529)

This doesn't really add any tests, and we'll require many more additions
if we actually want to have full unit testing, but this at least makes
the tests pass when running `npm test`.
This commit is contained in:
gbrodman
2024-08-21 12:39:29 -04:00
committed by GitHub
parent fd7820759d
commit 730585cd14
11 changed files with 97 additions and 67 deletions

View File

@@ -3,6 +3,17 @@
module.exports = function (config) {
config.set({
customLaunchers: {
ChromeHeadless: {
base: 'Chrome',
flags: [
'--no-sandbox',
'--disable-gpu',
'--headless',
'--remote-debugging-port=9222'
]
}
},
basePath: '',
frameworks: ['jasmine', '@angular-devkit/build-angular'],
plugins: [