[remark-callouts/project.json][xs]: adjst test pattern

This commit is contained in:
olayway 2023-06-06 16:16:15 +02:00
parent 395e072ee5
commit a02d9dc1d7

View File

@ -14,7 +14,7 @@
"test": {
"executor": "nx:run-commands",
"options": {
"command": "TS_NODE_PROJECT='packages/remark-callouts/tsconfig.spec.json' mocha --config packages/remark-callouts/.mocharc.yaml packages/remark-callouts/test/remark-callouts.spec.ts"
"command": "TS_NODE_PROJECT='packages/remark-callouts/tsconfig.spec.json' mocha --config packages/remark-callouts/.mocharc.yaml packages/remark-callouts/test/**"
}
},
"build": {