File tree Expand file tree Collapse file tree 8 files changed +61
-62
lines changed Expand file tree Collapse file tree 8 files changed +61
-62
lines changed Original file line number Diff line number Diff line change 11> [ !IMPORTANT]
2- > Maintainers' playbook moved: https://docs.powertools.aws.dev/lambda/typescript/latest/maintainers/
2+ > Maintainers' playbook moved: https://docs.powertools.aws.dev/lambda/typescript/latest/maintainers/
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 7676 "engines" : {
7777 "node" : " >=16"
7878 }
79- }
79+ }
Original file line number Diff line number Diff line change 1313 "test" : " npm run test:unit" ,
1414 "test:unit" : " jest --group=unit --detectOpenHandles --coverage --verbose" ,
1515 "jest" : " jest --detectOpenHandles --verbose" ,
16- "test:e2e:nodejs14x" : " echo 'Not Implemented'" ,
1716 "test:e2e:nodejs16x" : " echo 'Not Implemented'" ,
1817 "test:e2e:nodejs18x" : " echo 'Not Implemented'" ,
1918 "test:e2e:nodejs20x" : " echo 'Not Implemented'" ,
8180 "devDependencies" : {
8281 "@aws-lambda-powertools/testing-utils" : " file:../testing"
8382 }
84- }
83+ }
Original file line number Diff line number Diff line change 1313 "test" : " npm run test:unit" ,
1414 "test:unit" : " jest --group=unit --detectOpenHandles --coverage --verbose" ,
1515 "jest" : " jest --detectOpenHandles --verbose" ,
16- "test:e2e:nodejs14x" : " RUNTIME=nodejs14x jest --group=e2e" ,
1716 "test:e2e:nodejs16x" : " RUNTIME=nodejs16x jest --group=e2e" ,
1817 "test:e2e:nodejs18x" : " RUNTIME=nodejs18x jest --group=e2e" ,
1918 "test:e2e:nodejs20x" : " RUNTIME=nodejs20x jest --group=e2e" ,
Original file line number Diff line number Diff line change 1212 "scripts" : {
1313 "test" : " npm run test:unit" ,
1414 "test:unit" : " jest --group=unit --detectOpenHandles --coverage --verbose" ,
15- <<<<<<< HEAD
16- "jest" : " jest --detectOpenHandles --verbose" ,
17- "test:e2e:nodejs14x" : " RUNTIME=nodejs14x jest --group=e2e" ,
18- =======
19- >>>>>>> f113ef18 (chore(maintenance): bump dependencies & drop nodejs14x (#1687))
2015 "test:e2e:nodejs16x" : " RUNTIME=nodejs16x jest --group=e2e" ,
2116 "test:e2e:nodejs18x" : " RUNTIME=nodejs18x jest --group=e2e" ,
2217 "test:e2e:nodejs20x" : " RUNTIME=nodejs20x jest --group=e2e" ,
Original file line number Diff line number Diff line change 1212 "scripts" : {
1313 "test" : " npm run test:unit" ,
1414 "test:unit" : " jest --group=unit --detectOpenHandles --coverage --verbose" ,
15+ "jest" : " jest --detectOpenHandles --verbose" ,
1516 "test:e2e:nodejs16x" : " RUNTIME=nodejs16x jest --group=e2e" ,
1617 "test:e2e:nodejs18x" : " RUNTIME=nodejs18x jest --group=e2e" ,
1718 "test:e2e:nodejs20x" : " RUNTIME=nodejs20x jest --group=e2e" ,
Original file line number Diff line number Diff line change 1212 "scripts" : {
1313 "test" : " npm run test:unit" ,
1414 "test:unit" : " jest --group=unit --detectOpenHandles --coverage --verbose" ,
15+ "jest" : " jest --detectOpenHandles --verbose" ,
1516 "test:e2e:nodejs16x" : " RUNTIME=nodejs16x jest --group=e2e" ,
1617 "test:e2e:nodejs18x" : " RUNTIME=nodejs18x jest --group=e2e" ,
1718 "test:e2e:nodejs20x" : " RUNTIME=nodejs20x jest --group=e2e" ,
You can’t perform that action at this time.
0 commit comments