File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
amazon-linux-2-v74/test/spec
amazon-linux-2-v80/test/spec
amazon-linux-2-v81/test/spec
amazon-linux-2-v82/test/spec
amazon-linux-2-v83/test/spec Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ const index = require('./../../dist/index');
55const toUnixPermissions = mode => '0' + ( mode & parseInt ( '777' , 8 ) ) . toString ( 8 ) ;
66
77test ( 'count files' , async ( ) => {
8- expect ( Object . keys ( await index . getFiles ( ) ) . length ) . toEqual ( 105 ) ;
8+ expect ( Object . keys ( await index . getFiles ( ) ) . length ) . toEqual ( 113 ) ;
99 expect ( Object . keys ( await index . getPhpFiles ( ) ) . length ) . toEqual ( 6 ) ;
1010 expect ( Object . keys ( await index . getPhpModulesFiles ( ) ) . length ) . toEqual ( 50 ) ;
11- expect ( Object . keys ( await index . getSharedLibsFiles ( ) ) . length ) . toEqual ( 49 ) ;
11+ expect ( Object . keys ( await index . getSharedLibsFiles ( ) ) . length ) . toEqual ( 57 ) ;
1212} ) ;
1313
1414test ( 'has composer bin' , async ( ) => {
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ const index = require('./../../dist/index');
55const toUnixPermissions = mode => '0' + ( mode & parseInt ( '777' , 8 ) ) . toString ( 8 ) ;
66
77test ( 'count files' , async ( ) => {
8- expect ( Object . keys ( await index . getFiles ( ) ) . length ) . toEqual ( 106 ) ;
8+ expect ( Object . keys ( await index . getFiles ( ) ) . length ) . toEqual ( 111 ) ;
99 expect ( Object . keys ( await index . getPhpFiles ( ) ) . length ) . toEqual ( 6 ) ;
10- expect ( Object . keys ( await index . getPhpModulesFiles ( ) ) . length ) . toEqual ( 47 ) ;
11- expect ( Object . keys ( await index . getSharedLibsFiles ( ) ) . length ) . toEqual ( 53 ) ;
10+ expect ( Object . keys ( await index . getPhpModulesFiles ( ) ) . length ) . toEqual ( 45 ) ;
11+ expect ( Object . keys ( await index . getSharedLibsFiles ( ) ) . length ) . toEqual ( 60 ) ;
1212} ) ;
1313
1414test ( 'has composer bin' , async ( ) => {
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ const index = require('./../../dist/index');
55const toUnixPermissions = mode => '0' + ( mode & parseInt ( '777' , 8 ) ) . toString ( 8 ) ;
66
77test ( 'count files' , async ( ) => {
8- expect ( Object . keys ( await index . getFiles ( ) ) . length ) . toEqual ( 106 ) ;
8+ expect ( Object . keys ( await index . getFiles ( ) ) . length ) . toEqual ( 111 ) ;
99 expect ( Object . keys ( await index . getPhpFiles ( ) ) . length ) . toEqual ( 6 ) ;
10- expect ( Object . keys ( await index . getPhpModulesFiles ( ) ) . length ) . toEqual ( 47 ) ;
11- expect ( Object . keys ( await index . getSharedLibsFiles ( ) ) . length ) . toEqual ( 53 ) ;
10+ expect ( Object . keys ( await index . getPhpModulesFiles ( ) ) . length ) . toEqual ( 45 ) ;
11+ expect ( Object . keys ( await index . getSharedLibsFiles ( ) ) . length ) . toEqual ( 60 ) ;
1212} ) ;
1313
1414test ( 'has composer bin' , async ( ) => {
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ const index = require('./../../dist/index');
55const toUnixPermissions = mode => '0' + ( mode & parseInt ( '777' , 8 ) ) . toString ( 8 ) ;
66
77test ( 'count files' , async ( ) => {
8- expect ( Object . keys ( await index . getFiles ( ) ) . length ) . toEqual ( 106 ) ;
8+ expect ( Object . keys ( await index . getFiles ( ) ) . length ) . toEqual ( 111 ) ;
99 expect ( Object . keys ( await index . getPhpFiles ( ) ) . length ) . toEqual ( 6 ) ;
10- expect ( Object . keys ( await index . getPhpModulesFiles ( ) ) . length ) . toEqual ( 47 ) ;
11- expect ( Object . keys ( await index . getSharedLibsFiles ( ) ) . length ) . toEqual ( 53 ) ;
10+ expect ( Object . keys ( await index . getPhpModulesFiles ( ) ) . length ) . toEqual ( 45 ) ;
11+ expect ( Object . keys ( await index . getSharedLibsFiles ( ) ) . length ) . toEqual ( 60 ) ;
1212} ) ;
1313
1414test ( 'has composer bin' , async ( ) => {
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ const index = require('./../../dist/index');
55const toUnixPermissions = mode => '0' + ( mode & parseInt ( '777' , 8 ) ) . toString ( 8 ) ;
66
77test ( 'count files' , async ( ) => {
8- expect ( Object . keys ( await index . getFiles ( ) ) . length ) . toEqual ( 110 ) ;
8+ expect ( Object . keys ( await index . getFiles ( ) ) . length ) . toEqual ( 112 ) ;
99 expect ( Object . keys ( await index . getPhpFiles ( ) ) . length ) . toEqual ( 6 ) ;
10- expect ( Object . keys ( await index . getPhpModulesFiles ( ) ) . length ) . toEqual ( 44 ) ;
11- expect ( Object . keys ( await index . getSharedLibsFiles ( ) ) . length ) . toEqual ( 60 ) ;
10+ expect ( Object . keys ( await index . getPhpModulesFiles ( ) ) . length ) . toEqual ( 45 ) ;
11+ expect ( Object . keys ( await index . getSharedLibsFiles ( ) ) . length ) . toEqual ( 61 ) ;
1212} ) ;
1313
1414test ( 'has composer bin' , async ( ) => {
You can’t perform that action at this time.
0 commit comments