File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343 "dev" : " rollup -c -w" ,
4444 "export-types" : " tsc" ,
4545 "build" : " rm -rf dist*;rollup -c && yarn export-types" ,
46- "test" : " NODE_ENV=test nyc ./node_modules/mocha/bin/mocha test/*.js" ,
46+ "test" : " NODE_ENV=test nyc ./node_modules/mocha/bin/mocha \" test/**/* .js\" " ,
4747 "startSampleApp" : " yarn build && cd samples/sample-app/ && yarn install && node index.js" ,
4848 "report-coverage" : " codecov"
4949 },
Original file line number Diff line number Diff line change 11const chai = require ( "chai" ) ;
2- const pkg = require ( "../package.json" ) ;
2+ const pkg = require ( "../../ package.json" ) ;
33global . FormData = require ( 'formdata-node' ) ;
44const expect = chai . expect ;
5- const initializationParams = require ( "./data" ) . initializationParams
6- import ImageKit from "../src/index" ;
5+ const initializationParams = require ( ".. /data" ) . initializationParams
6+ import ImageKit from "../../ src/index" ;
77
88describe ( "URL generation" , function ( ) {
99
You can’t perform that action at this time.
0 commit comments