Removed remaining use of Grunt

This commit is contained in:
Steve Gravrock
2025-04-09 07:46:43 -07:00
parent 89f3e9449d
commit a09fdd3284
14 changed files with 284 additions and 368 deletions

View File

@@ -61,7 +61,7 @@ jobs:
at: .
- run:
name: Run tests in parallel
command: npx grunt execSpecsInParallel
command: npm run test:parallel
test_browsers: &test_browsers
executor: node18