Skip to content

Commit

Permalink
feat: health check + save provider to cassandra
Browse files Browse the repository at this point in the history
  • Loading branch information
antt001 committed Jul 24, 2018
1 parent 510035a commit a3c58b4
Show file tree
Hide file tree
Showing 15 changed files with 435 additions and 84 deletions.
16 changes: 16 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module.exports = {
'verbose': true,
'roots':['<rootDir>/src'],
'transform': {
'\\.tsx?$': 'ts-jest'
},
'testRegex': '(\\.(test|spec))\\.(jsx?|tsx?)$',
'moduleFileExtensions': [
'ts',
'tsx',
'js',
'jsx',
'json',
'node'
]
};
Loading

0 comments on commit a3c58b4

Please sign in to comment.