UNPKG

392 BJavaScriptView Raw
1module.exports = {
2 tags: {
3 example: "tag1,tag2",
4 description: "Run all tests that match a list of comma-delimited tags (eg: tag1,tag2)"
5 },
6 group: {
7 example: "prefix/path",
8 description: "Run all tests that match a path prefix like ./tests/smoke"
9 },
10 test: {
11 example: "path/to/test.js",
12 description: "Run one test with a path like ./tests/smoke/test2.js"
13 }
14};
\No newline at end of file