You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
README.md
typescript/devtools
About
Normalizing dev tools for other projects in https://code.thunderk.net/typescript/
Be aware that running this tool will modify your project to use tools specific to code.thunderk.net
Usage
Normalize the project
deno run --allow-run --allow-read --allow-write https://code.thunderk.net/typescript/devtools/raw/master/normalize.ts
Use test tools
import {
describe,
expect,
it,
} from "https://code.thunderk.net/typescript/devtools/raw/master/testing.ts";
describe("test", () => {
it("checks something", () => {
expect(2 + 3).toEqual(5);
});
});
|
2 years ago | |
---|---|---|
config | 2 years ago | |
doc | 2 years ago | |
expect | 3 years ago | |
.editorconfig | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 2 years ago | |
cli.ts | 2 years ago | |
normalize.ts | 2 years ago | |
run | 2 years ago | |
system.test.ts | 2 years ago | |
system.ts | 3 years ago | |
testing.test.ts | 3 years ago | |
testing.ts | 3 years ago | |
tsconfig.json | 3 years ago |