File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
__mocks__/aws-sdk/clients Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22 browser : true
33 commonjs : true
44 es2020 : true
5+ jest : true
56extends :
67 - semistandard
78parserOptions :
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ module.exports.mockBeginTransactionPromise = mockBeginTransactionPromise;
4141module . exports . mockCommitTransaction = mockCommitTransaction ;
4242module . exports . mockCommitTransactionPromise = mockCommitTransactionPromise ;
4343module . exports . mockRollbackTransaction = mockRollbackTransaction ;
44- module . exports . mockRollbackTransactionPromise = mockRollbackTransactionPromise ;
44+ module . exports . mockRollbackTransactionPromise = mockRollbackTransactionPromise ;
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ class Client_AuroraDataMySQL extends Client_MySQL { // eslint-disable-line camel
8282 return new RDSDataService ( config ) ;
8383 }
8484
85- initializePool ( ) {
85+ initializePool ( ) {
8686 /* istanbul ignore if */
8787 if ( this . pool ) {
8888 this . logger . warn ( 'The pool has already been initialized' ) ;
Original file line number Diff line number Diff line change 66 "repository" : " txase/knex-aurora-data-api-mysql" ,
77 "main" : " index.js" ,
88 "scripts" : {
9- "test" : " jest tests "
9+ "test" : " jest"
1010 },
1111 "author" : " Chase Douglas <chasedouglas@gmail.com>" ,
1212 "license" : " MIT" ,
4040 "runner" : " jest-runner-eslint" ,
4141 "testMatch" : [
4242 " <rootDir>/**/*.js"
43+ ],
44+ "testPathIgnorePatterns" : [
45+ " /coverage/"
4346 ]
4447 }
4548 ],
You can’t perform that action at this time.
0 commit comments