Skip to content

Commit

Permalink
test: there are no tests in echo service
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Oct 24, 2024
1 parent a342ec1 commit 32f9af8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
4 changes: 1 addition & 3 deletions private/aws-echo-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
"build:types": "tsc -p tsconfig.types.json",
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"test": "vitest run",
"test:watch": "vitest watch"
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
},
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
Expand Down
10 changes: 0 additions & 10 deletions private/aws-echo-service/vitest.config.js

This file was deleted.

0 comments on commit 32f9af8

Please sign in to comment.