headless chrome for ngx tests

This commit is contained in:
Rene Haas
2022-10-21 13:25:03 +02:00
parent 99963244e1
commit 302d3dd021
+1 -1
View File
@@ -36,6 +36,6 @@
},
"scripts": {
"build": "ng build overlayscrollbars-ngx",
"test": "ng test --watch=false"
"test": "ng test --watch=false --sourceMap=false --browsers=ChromeHeadless"
}
}