Remove Tailwind CSS dependency and download during benchmarks #558
test.yml
on: pull_request
Unit tests
14s
Check types
17s
Lint code (oxlint)
17s
Audit packages
16s
Knip (dead code detection)
17s
Annotations
3 errors
|
Unit tests
Process completed with exit code 1.
|
|
src/arena.test.ts > CSSDataArena > real-world CSS frameworks > should not grow for Bootstrap minified CSS:
src/arena.test.ts#L370
Error: ENOENT: no such file or directory, open 'node_modules/bootstrap/dist/css/bootstrap.min.css'
❯ src/arena.test.ts:370:16
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: 'node_modules/bootstrap/dist/css/bootstrap.min.css' }
|
|
src/arena.test.ts > CSSDataArena > real-world CSS frameworks > should not grow for Bootstrap CSS:
src/arena.test.ts#L360
Error: ENOENT: no such file or directory, open 'node_modules/bootstrap/dist/css/bootstrap.css'
❯ src/arena.test.ts:360:16
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: 'node_modules/bootstrap/dist/css/bootstrap.css' }
|