mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-08-03 07:12:14 +00:00
36 lines
1.3 KiB
Text
36 lines
1.3 KiB
Text
[0m[38;5;245mrunning 3 tests from ./main_test.ts[0m
|
||
addTest ... [0m[32mok[0m [0m[38;5;245m(0ms)[0m
|
||
fail1 ... [0m[31mFAILED[0m [0m[38;5;245m(1ms)[0m
|
||
fail1 ... [0m[31mFAILED[0m [0m[38;5;245m(0ms)[0m
|
||
|
||
[0m[1m[37m[41m ERRORS [0m
|
||
|
||
fail1 [0m[38;5;245m=> ./main_test.ts:12:6[0m
|
||
[0m[1m[31merror[0m: AssertionError: Values are not equal.
|
||
|
||
|
||
[90m[1m[Diff][22m[39m [31m[1mActual[22m[39m / [32m[1mExpected[22m[39m
|
||
|
||
|
||
[31m[1m- 7[22m[39m
|
||
[32m[1m+ 5[22m[39m
|
||
|
||
throw new AssertionError(message);
|
||
[0m[31m ^[0m
|
||
at [0m[1m[3massertEquals[0m ([0m[36mhttps://jsr.io/@std/assert/1.0.0/equals.ts[0m:[0m[33m47[0m:[0m[33m9[0m)
|
||
at [0m[1m[3mfail1[0m ([0m[36mfile:///home/demo/test/dneo/main_test.ts[0m:[0m[33m13[0m:[0m[33m3[0m)
|
||
|
||
fail1 [0m[38;5;245m=> ./main_test.ts:16:6[0m
|
||
[0m[1m[31merror[0m: Error: error
|
||
throw new Error("error");
|
||
[0m[31m ^[0m
|
||
at [0m[1m[3mthrowFn[0m ([0m[36mfile:///home/demo/test/dneo/main_test.ts[0m:[0m[33m5[0m:[0m[33m9[0m)
|
||
at [0m[1m[3mfail1[0m ([0m[36mfile:///home/demo/test/dneo/main_test.ts[0m:[0m[33m17[0m:[0m[33m10[0m)
|
||
|
||
[0m[1m[37m[41m FAILURES [0m
|
||
|
||
fail1 [0m[38;5;245m=> ./main_test.ts:12:6[0m
|
||
fail1 [0m[38;5;245m=> ./main_test.ts:16:6[0m
|
||
|
||
[0m[31mFAILED[0m | 1 passed | 2 failed [0m[38;5;245m(3ms)[0m
|
||
|