Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 516 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 516 Bytes

JerryScript Debugger Tests

Auto tests for Zephyr.js JerryScript debugger

Dependencies

  • node.js
  • yarn or npm (the steps below use yarn)

Installing

$ cd jrs-debugger-tests
$ yarn install

Pre-condition

https://github.com/intel/zephyr.js#debugging-javascript-code-on-linux

Running tests

$ cd jrs-debugger-tests
$ yarn test

Running tests in watch mode

$ cd jrs-debugger-tests
$ yarn test:watch

Running the linter

$ cd jrs-debugger-tests
$ yarn lint