Skip to content
/ test.js Public

A simple test kits for LiteRT packages, based on Node.js.

License

Notifications You must be signed in to change notification settings

litert/test.js

Repository files navigation

LiteRT/Test

Strict TypeScript Checked npm version License node GitHub issues GitHub Releases

A simple test kits for LiteRT packages, based on Node.js.

Requirement

  • TypeScript v5.5.0 (or newer)
  • Node.js v20.13.1 (or newer)

Installation

npm i @litert/test-cli --save

Usage

See the example directory.

And use command li-test to run the test cases.

npx li-test path/to/dir1 path/to/dir2 ... # test all cases in file .test.ts
npx li-test --filter 'tag==hello' path/to/dir1 path/to/dir2 ... # test cases with tag 'hello'

Documents

Preparing...

License

This library is published under Apache-2.0 license.

About

A simple test kits for LiteRT packages, based on Node.js.

Resources

License

Stars

Watchers

Forks

Packages

No packages published