Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sbueringer committed Dec 22, 2018
1 parent 18ff2ca commit 0d26376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ install:

before_script:
- yarn install
- npm install
- curl -sLo consul.zip https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip
- unzip consul.zip
- rm -rf consul.zip
Expand Down
5 changes: 2 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ module.exports = {
transformIgnorePatterns: [
'node_modules/(?!(grafana-sdk-mocks))',
],
transform: {
"^spec/.+\\.ts$": "ts-jest"
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
testRegex: '(\\.|/)([jt]est)\\.ts$',
moduleFileExtensions: [
Expand All @@ -34,6 +34,5 @@ module.exports = {
'lcov',
'text',
],
preset: 'ts-jest',
testMatch: null,
}

0 comments on commit 0d26376

Please sign in to comment.