@@ -12,7 +12,7 @@ exports[`cmds:install - with initialized workspace and module installs a module
1212 " description" : " my-module" ,
1313 " devDependencies" : {
1414 " makage" : " 0.1.8" ,
15- " pgsql-test" : " ^2.14.12 " ,
15+ " pgsql-test" : " ^2.16.2 " ,
1616 },
1717 " homepage" : " https://github.com/tester/my-module" ,
1818 " keywords" : [],
@@ -29,7 +29,7 @@ exports[`cmds:install - with initialized workspace and module installs a module
2929 " scripts" : {
3030 " lint" : " eslint . --fix" ,
3131 " test" : " jest" ,
32- " test:watch" : " makage test --watch deploy --ext sql " ,
32+ " test:watch" : " jest --watch" ,
3333 },
3434 " version" : " 0.0.1" ,
3535}
@@ -151,7 +151,7 @@ exports[`cmds:install - with initialized workspace and module installs two modul
151151 " description" : " my-module" ,
152152 " devDependencies" : {
153153 " makage" : " 0.1.8" ,
154- " pgsql-test" : " ^2.14.12 " ,
154+ " pgsql-test" : " ^2.16.2 " ,
155155 },
156156 " homepage" : " https://github.com/tester/my-module" ,
157157 " keywords" : [],
@@ -168,7 +168,7 @@ exports[`cmds:install - with initialized workspace and module installs two modul
168168 " scripts" : {
169169 " lint" : " eslint . --fix" ,
170170 " test" : " jest" ,
171- " test:watch" : " makage test --watch deploy --ext sql " ,
171+ " test:watch" : " jest --watch" ,
172172 },
173173 " version" : " 0.0.1" ,
174174}
0 commit comments