0.4.0 • Published 1 year ago

@fromdeno/test v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@fromdeno/test

Minimal test runner for https://npm.im/@deno/shim-deno-test.

cli api install size

// @filename: test/example_test.js
const assert = require("assert/strict");
const { test } = require("@deno/shim-deno-test");

test("example", () => {
  assert.equal(2 + 2, 4);
});
$ npm install --save-dev @fromdeno/test
$ fdt test/example_test.js

Insights from dogfooding

0.4.0

1 year ago

0.3.0

2 years ago

0.2.0

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago