mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-08-04 15:38:14 +00:00
test(adapter): prevent test failure
This commit is contained in:
parent
48e397efd3
commit
ef51778b60
2 changed files with 3 additions and 3 deletions
|
@ -13,6 +13,6 @@ Deno.test(function fail1() {
|
|||
assertEquals(add(2, 5), 5);
|
||||
});
|
||||
|
||||
Deno.test(function fail1() {
|
||||
Deno.test(function fail2() {
|
||||
assert(throwFn());
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue