Skip to content

Commit 32f9af8

Browse files
committed
test: there are no tests in echo service
1 parent a342ec1 commit 32f9af8

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

private/aws-echo-service/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
1010
"build:types": "tsc -p tsconfig.types.json",
1111
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12-
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
13-
"test": "vitest run",
14-
"test:watch": "vitest watch"
12+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
1513
},
1614
"main": "./dist-cjs/index.js",
1715
"types": "./dist-types/index.d.ts",

private/aws-echo-service/vitest.config.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)