Skip to content

Commit

Permalink
minor changes and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Noyes committed Jul 10, 2018
1 parent 54d5f5d commit b113bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/aws-amplify-angular/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module.exports = {
preset: "jest-preset-angular",
roots: ['src'],
setupTestFrameworkScriptFile: "<rootDir>/src/setup-jest.ts"
}
}
5 changes: 1 addition & 4 deletions packages/aws-amplify-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
"build": "gulp inline-templates && npm run ngcompile && npm run cleantemp",
"cleantemp": "rimraf coverage dist tmp docs",
"ngcompile": "node_modules/.bin/ngc -p tsconfig-aot.json",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --runInBand",
"test:coverage": "jest --coverage"
"test": "jest"
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
Expand Down

0 comments on commit b113bb3

Please sign in to comment.