Skip to content

Commit

Permalink
feat(Test): Add end to end test as another package
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Feb 10, 2018
1 parent f0b6dc4 commit 244c512
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/e2e/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
app/
238 changes: 238 additions & 0 deletions packages/e2e/package-lock.json

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

17 changes: 17 additions & 0 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "e2e",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"pretest": "rimraf app",
"test": "create-ts-lib app && cd app && npm test"
},
"dependencies": {
"create-ts-lib": "^0.0.11",
"rimraf": "^2.6.2"
},
"keywords": [],
"author": "",
"license": "ISC"
}

0 comments on commit 244c512

Please sign in to comment.