Readme

Test testing

An example showing how a simple test can be written using the deno test runner

1
2
3
4
5
6
export const testTesting = (async () => {
const { assertEquals } = await import(
"https://deno.land/std@0.195.0/testing/asserts.ts"
);
assertEquals(1, 2);
})();
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
October 23, 2023