@blynx/test
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

@jabel/test

Javascript test decorators.

Example

@TestClass()
export class Testing {
    @TestMethod()
    public TestMe() {
        throw "err";
    }

    @TestMethod()
    public ServiceTest(assert: Assert) {
        assert.areEqual(true, true);
    }
}

Outputs:

✗ Testing (1 of 2) Passed
        ✗ TestMe Failed on ERROR: err

Package Sidebar

Install

npm i @blynx/test

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

29.7 kB

Total Files

51

Last publish

Collaborators

  • blynx