Merge pull request #37 from p2m2/reuse-compliant #133
GitHub Actions / Test Unit
failed
Jan 17, 2024 in 1s
Test Unit ❌
❌ ./test/results/results.xml
12 tests were completed in 5s with 11 passed, 1 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
test/db/compound.test.ts | 7✅ | 26ms | ||
test/extract.test.ts | 1✅ | 20ms | ||
test/server/tableClass.test.ts | 3✅ | 1❌ | 50ms |
✅ test/db/compound.test.ts
✅ Compound table > Check number of column
✅ Compound table > Check name of column
✅ Compound table > Check id column definition
✅ Compound table > Check name column definition
✅ Compound table > Check url column definition
✅ Compound table > Check description column definition
✅ Compound table > Check archive_date column definition
✅ test/extract.test.ts
✅ My test > my test
❌ test/server/tableClass.test.ts
✅ tableClass > Check create table object
❌ tableClass > bad name table
Error: unknow table doesn't exist
✅ tableClass > Check number of header without id
✅ tableClass > getHearder
Annotations
Check failure on line 0 in ./test/results/results.xml
github-actions / Test Unit
test/server/tableClass.test.ts ► tableClass > bad name table
Failed test found in:
./test/results/results.xml
Error:
Error: unknow table doesn't exist
Raw output
Error: unknow table doesn't exist
❯ server/api/class/tableClass.ts:24:23
❯ test/server/tableClass.test.ts:16:16
Loading