File tree 8 files changed +61
-62
lines changed
8 files changed +61
-62
lines changed Original file line number Diff line number Diff line change 1
1
> [ !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 76
76
"engines" : {
77
77
"node" : " >=16"
78
78
}
79
- }
79
+ }
Original file line number Diff line number Diff line change 13
13
"test" : " npm run test:unit" ,
14
14
"test:unit" : " jest --group=unit --detectOpenHandles --coverage --verbose" ,
15
15
"jest" : " jest --detectOpenHandles --verbose" ,
16
- "test:e2e:nodejs14x" : " echo 'Not Implemented'" ,
17
16
"test:e2e:nodejs16x" : " echo 'Not Implemented'" ,
18
17
"test:e2e:nodejs18x" : " echo 'Not Implemented'" ,
19
18
"test:e2e:nodejs20x" : " echo 'Not Implemented'" ,
81
80
"devDependencies" : {
82
81
"@aws-lambda-powertools/testing-utils" : " file:../testing"
83
82
}
84
- }
83
+ }
Original file line number Diff line number Diff line change 13
13
"test" : " npm run test:unit" ,
14
14
"test:unit" : " jest --group=unit --detectOpenHandles --coverage --verbose" ,
15
15
"jest" : " jest --detectOpenHandles --verbose" ,
16
- "test:e2e:nodejs14x" : " RUNTIME=nodejs14x jest --group=e2e" ,
17
16
"test:e2e:nodejs16x" : " RUNTIME=nodejs16x jest --group=e2e" ,
18
17
"test:e2e:nodejs18x" : " RUNTIME=nodejs18x jest --group=e2e" ,
19
18
"test:e2e:nodejs20x" : " RUNTIME=nodejs20x jest --group=e2e" ,
Original file line number Diff line number Diff line change 12
12
"scripts" : {
13
13
"test" : " npm run test:unit" ,
14
14
"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))
20
15
"test:e2e:nodejs16x" : " RUNTIME=nodejs16x jest --group=e2e" ,
21
16
"test:e2e:nodejs18x" : " RUNTIME=nodejs18x jest --group=e2e" ,
22
17
"test:e2e:nodejs20x" : " RUNTIME=nodejs20x jest --group=e2e" ,
Original file line number Diff line number Diff line change 12
12
"scripts" : {
13
13
"test" : " npm run test:unit" ,
14
14
"test:unit" : " jest --group=unit --detectOpenHandles --coverage --verbose" ,
15
+ "jest" : " jest --detectOpenHandles --verbose" ,
15
16
"test:e2e:nodejs16x" : " RUNTIME=nodejs16x jest --group=e2e" ,
16
17
"test:e2e:nodejs18x" : " RUNTIME=nodejs18x jest --group=e2e" ,
17
18
"test:e2e:nodejs20x" : " RUNTIME=nodejs20x jest --group=e2e" ,
Original file line number Diff line number Diff line change 12
12
"scripts" : {
13
13
"test" : " npm run test:unit" ,
14
14
"test:unit" : " jest --group=unit --detectOpenHandles --coverage --verbose" ,
15
+ "jest" : " jest --detectOpenHandles --verbose" ,
15
16
"test:e2e:nodejs16x" : " RUNTIME=nodejs16x jest --group=e2e" ,
16
17
"test:e2e:nodejs18x" : " RUNTIME=nodejs18x jest --group=e2e" ,
17
18
"test:e2e:nodejs20x" : " RUNTIME=nodejs20x jest --group=e2e" ,
You can’t perform that action at this time.
0 commit comments