Skip to content

Commit

Permalink
update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Raruto committed Jul 13, 2023
1 parent b38e782 commit ea15556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"browser": "dist/leaflet-elevation.min.js",
"module": "src/index.js",
"scripts": {
"test": "uvu . ^(examples)?(src)?\\.*\\.spec\\.js$",
"test": "uvu . \"(examples|src)[\\\\/].*\\.spec\\.js$\"",
"build": "rollup -c build/rollup.config.js",
"watch": "rollup -c build/rollup.config.js --watch",
"dev": "npm-run-all --print-label --parallel serve watch",
Expand Down

0 comments on commit ea15556

Please sign in to comment.