Skip to content
master
Go to file
Code

Latest commit

* Fix #276

This fix will remove `TypeError: Cannot use 'in' operator to search for '__testdeck_slow' in undefined` error.
Like other hooks, `theTestUI.getSettings()` call should get settings from itself.
5eaf3ad

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

testdeck

This is the monorepo for the testdeck packages.

Packages

Build

Clone this repository using

git clone https://github.com/testdeck/testdeck.git

Then from inside the so created testdeck directory run

npm install 

This will install all required dependencies and will also bootstrap lerna.

The following npm scripts are available

  • tslint -- runs tslint on all sources in all available packages
  • tslint-fix -- runs tslint --fix on all sources in all available packages
  • test -- run all tests on all available packages

Resources

You can’t perform that action at this time.