canmove, Confirmed users
1,567
edits
Line 17: | Line 17: | ||
make jetpack-tests | make jetpack-tests | ||
== Disabling tests == | |||
If tests need to be disabled then you can do so by adding the following to the '''end''' of the test file: | |||
// Test disabled because of bug XXXXXX | |||
module.exports = {}; | |||
== Running tests from the SDK repository == | == Running tests from the SDK repository == |