File tree Expand file tree Collapse file tree 2 files changed +9
-19
lines changed
Expand file tree Collapse file tree 2 files changed +9
-19
lines changed Original file line number Diff line number Diff line change 1616 "buildreactnative" : " webpack --config webpack/webpack.react-native.js" ,
1717 "generate-docs" : " node_modules/.bin/jsdoc --configure docs-config.json --verbose"
1818 },
19- "repository" : {
20- "type" : " git" ,
21- "url" : " https://github.com/builtio-contentstack/contentstack-javascript.git"
19+ "repository" : {
20+ "type" : " git" ,
21+ "url" : " https://github.com/builtio-contentstack/contentstack-javascript.git"
2222 },
2323 "_shasum" : " a328ed07240476a26b31a23261355dc929e1da63" ,
2424 "_from" : " contentstack@latest" ,
7171 },
7272 "dependencies" : {
7373 "babel-runtime" : " ^6.23.0" ,
74+ "fs" : " 0.0.1-security" ,
7475 "localStorage" : " 1.0.3" ,
76+ "nodemailer" : " 4.0.1" ,
77+ "path" : " ^0.12.7" ,
7578 "q" : " 1.4.1" ,
7679 "when" : " 3.7.8" ,
7780 "xmlhttprequest" : " 1.8.0"
7881 }
79- }
82+ }
Original file line number Diff line number Diff line change 11'use strict' ;
2- /*
3- * Module Dependencies.
4- */
5- require ( './test/find-v3-stack' ) ;
6- require ( './test/find-result-wrapper-v3-stack' ) ;
7- require ( './test/spread-v3-stack' ) ;
8- require ( './test/findone-v3-stack' ) ;
9-
10-
11- //require('./test/dynamic-test');
12- //require('./test/find');
13- //require('./test/find-result-wrapper');
14- //require('./test/findone');
15- //require('./test/findone-result-wrapper');
16- //require('./test/spread');
2+ var test = require ( './test/automation-script.js' ) ;
3+ new test ( ) ;
You can’t perform that action at this time.
0 commit comments