This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import chai from "https://cdn.skypack.dev/chai@4.3.4?dts"; | |
| import { assertEquals, assertNotEquals } from "https://deno.land/std@0.114.0/testing/asserts.ts"; | |
| const foo = "bar"; | |
| const beverages = { tea: ["chai", "matcha", "oolong"] }; | |
| Deno.test("Test Assert Equals", () => { | |
| assertEquals(1, 1); | |
| assertEquals("Hello", "Hello"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'https://esm.sh/@abraham/reflection@0.8.0' | |
| import { | |
| injectable, | |
| inject, | |
| Container | |
| } from 'https://cdn.skypack.dev/inversify?dts' | |
| import Ajv from 'https://esm.sh/ajv@8.6.1' | |
| const json = JSON.parse(Deno.readTextFileSync('./test.json')) | |
| console.log(json) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Sets Prezto options. | |
| # | |
| # Authors: | |
| # Sorin Ionescu <sorin.ionescu@gmail.com> | |
| # | |
| # | |
| # General | |
| # |