oly-test
TypeScript icon, indicating that this package has built-in type declarations

0.10.4 • Public • Published

oly test

// DummyTest.ts
import { Logger, inject } from "oly-core";
import { check } from "oly-test";
 
export class DummyTest {
  @inject logger: Logger;
  
  @check typeOfLoggerInfo() {
    expect(typeof this.logger.info)
      .toBe("function");
  }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.10.4
    1
    • latest

Version History

Package Sidebar

Install

npm i oly-test

Weekly Downloads

7

Version

0.10.4

License

MIT

Last publish

Collaborators

  • nolyme