Skip to content

Commit

Permalink
test: use snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalexiei committed Aug 20, 2024
1 parent 4d321d3 commit 4bbbaca
Show file tree
Hide file tree
Showing 5 changed files with 692 additions and 458 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "npm run build-downlevel-dts && tsc --project tsconfig.build.plugin.json && tsc --project tsconfig.build.insertStyle.json",
"build-downlevel-dts": "node scripts/clean-and-run-downlevel-dts.js",
"downlevel-dts": "downlevel-dts . ts3.5 [--to=3.5]",
"test": "nyc --reporter=html --reporter=text ava ./test/*.test.ts -s && npm run test:rollup.config.spec.ts",
"test": "nyc --reporter=html --reporter=text ava && npm run test:rollup.config.spec.ts",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"output-coverage-lcov": "nyc report --reporter=text-lcov > coverage/tests.lcov",
"test:rollup.config.spec.ts": "tsc --project tsconfig.spec.json --noEmit",
Expand Down Expand Up @@ -50,6 +50,9 @@
"dist"
],
"ava": {
"files": [
"./test/*.test.ts"
],
"extensions": [
"ts"
],
Expand Down
Loading

0 comments on commit 4bbbaca

Please sign in to comment.