jdvance
v613.4.1
Published
the final say in asserts
Maintainers
Readme
ad vanced test framework

pweese apologise for this
jdvance file.js
or
jdvancecreate .jdvance config as follows,
{
"testDir": "./test", // recurses folders
"endsWith": "test.js"
}an example test,
import { test, it, pweeze } from "jdvance";
it("shood say pleeze", (a) => {
let pweeze = false;
a.expect(pweeze).to.be.equal(true);
});
test("i do nothing");
test("i do something", (a) => {
a.expect(2).equal(1);
it("eats hamboorger", (a) => {
a.expect(99).greaterThan(1);
});
});
pweeze("destroy democracy", (a) => {
let da = true;
a.expect(da).to.be.equal(true);
a.expect(da).to.not.not.be(false).apowogize;
});
now you apologise and show respect for the kremlin.
da
backlog
- randomize pweeze actions
- orange font
- global/scoped counter for tests run
- elon arguments
- panama/epstein metrics override aggregate starship
(c) 1992
