Skip to content

Commit 429ddb1

Browse files
committed
docs: remove remaining npm specific command
1 parent 5f1d025 commit 429ddb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/svelte-testing-library/setup.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ npm install --save-dev @vitest/ui
104104
{
105105
"scripts": {
106106
"test": "jest src",
107-
"test:watch": "npm run test -- --watch"
107+
"test:watch": "jest src --watch"
108108
}
109109
}
110110
```

0 commit comments

Comments
 (0)