Create "working" example
This commit is contained in:
6
gobot-gui/webrtc_test/api/main_test.ts
Normal file
6
gobot-gui/webrtc_test/api/main_test.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { assertEquals } from "jsr:@std/assert";
|
||||
import { add } from "./main.ts";
|
||||
|
||||
Deno.test(function addTest() {
|
||||
assertEquals(add(2, 3), 5);
|
||||
});
|
||||
Reference in New Issue
Block a user