Skip to content

Commit

Permalink
Remove stub test folder from e2e-test-kit
Browse files Browse the repository at this point in the history
we do need tests for this package, but real working ones...
  • Loading branch information
AviVahl committed Sep 17, 2018
1 parent 726b5ce commit 3b9547a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
5 changes: 1 addition & 4 deletions packages/e2e-test-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"build": "run-p build:cjs build:esm",
"build:cjs": "tsc --project src --outDir cjs --module commonjs",
"build:esm": "tsc --project src --outDir esm --module esnext",
"lint": "run-p lint:src lint:test",
"lint:src": "tslint --project src",
"lint:test": "tslint --project test",
"test": "mocha -r typescript-support \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx"
"lint": "tslint --project src"
},
"dependencies": {
"@stylable/runtime": "^0.1.8",
Expand Down
Empty file.
14 changes: 0 additions & 14 deletions packages/e2e-test-kit/test/tsconfig.json

This file was deleted.

0 comments on commit 3b9547a

Please sign in to comment.