npm.io
2.2.0 • Published 9 years ago

generator-rise

Licence
MIT
Version
2.2.0
Deps
9
Vulns
0
Weekly
18
Stars
376
DeprecatedThis package is deprecated

Twist

Declarative testing for JavaScript.

import { t, equal } from "twist"

export default [
  t("array.indexOf()", [
    t("returns the index at which a given element is in the array", [
      equal(["A", "B", "C"].indexOf("A"), 0),
    ]),
  ]),
]

Installation

npm i twist

License

MIT