Skip to content

change config for test #112

change config for test

change config for test #112

GitHub Actions / Test Unit failed Jan 12, 2024 in 0s

Test Unit ❌

Tests failed

❌ ./test/results/results.xml

11 tests were completed in 5s with 9 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/db/compound.test.ts 6✅ 7ms
test/extract.test.ts 1✅ 20ms
test/server/tableClass.test.ts 2✅ 2❌ 63ms

✅ 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

✅ test/extract.test.ts

✅ My test > my test

❌ test/server/tableClass.test.ts

✅ tableClass > Check create table object
❌ tableClass > bad name table
	Error: Table unknow doesn't exist
❌ tableClass > Check number of header
	TypeError: Cannot read properties of undefined (reading 'length')
✅ tableClass > getHearder

Annotations

Check failure on line 0 in ./test/results/results.xml

See this annotation in the file changed.

@github-actions github-actions / Test Unit

test/server/tableClass.test.ts ► tableClass > bad name table

Failed test found in:
  ./test/results/results.xml
Error:
  Error: Table unknow doesn't exist
Raw output
Error: Table unknow doesn't exist
 ❯ server/api/class/tableClass.ts:20:23
 ❯ test/server/tableClass.test.ts:12:16
            

Check failure on line 0 in ./test/results/results.xml

See this annotation in the file changed.

@github-actions github-actions / Test Unit

test/server/tableClass.test.ts ► tableClass > Check number of header

Failed test found in:
  ./test/results/results.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'length')
Raw output
TypeError: Cannot read properties of undefined (reading 'length')
 ❯ test/server/tableClass.test.ts:26:27