To build the addons, run the following command:
$ npm run addons:configure
$ npm run addons:buildRun the following command to run the tests:
$ npm run node:testTo run a specific test file, use the --test-name-pattern flag:
$ NODE_OPTIONS=--test-name-pattern=js-native-api/test_constructor/test_null npm run node:testThe test names are their relative path to the tests folder, with file extensions.
The pattern can be a regular expression.