|
38 | 38 | "typescript": "^5.9.3" |
39 | 39 | }, |
40 | 40 | "scripts": { |
41 | | - "test-all": "npm run test-jasmine local && npm run test-gcs && npm run test-s3 && npm run test-b2 && npm run test-azure && npm run test-minio && npm run test-minio-s3 && npm run test-cubbit && npm run test-cloudflare && npm run test-b2-s3", |
| 41 | + "test-all": "npm run test-local && npm run test-jasmine gcs && npm run test-jasmine s3 && npm run test-jasmine b2 && npm run test-jasmine azure && npm run test-jasmine minio && npm run test-jasmine minio-s3 && npm run test-jasmine cubbit && npm run test-jasmine cloudflare && npm run test-jasmine b2-s3", |
42 | 42 | "test-jasmine": "node ./node_modules/.bin/jasmine --random=false --fail-fast ./publish/dist/tests/test.jasmine.js", |
43 | | - "test-jasmine-1": "ts-node -O '{\"module\":\"commonjs\"}' ./node_modules/.bin/jasmine --random=false --fail-fast ./tests/test.jasmine.ts", |
| 43 | + "test-jasmine-1": "ts-node ./node_modules/.bin/jasmine --random=false --fail-fast ./tests/test.jasmine.ts", |
44 | 44 | "test-local": "LOCAL_DIRECTORY='tests/test_directory' npm run test-jasmine local", |
45 | | - "test-s3": "npm run test-jasmine s3", |
46 | | - "test-gcs": "npm run test-jasmine gcs", |
47 | | - "test-b2": "npm run test-jasmine b2", |
48 | | - "test-b2-s3": "npm run test-jasmine b2-s3", |
49 | | - "test-azure": "npm run test-jasmine azure", |
50 | | - "test-minio": "npm run test-jasmine minio", |
51 | | - "test-minio-s3": "npm run test-jasmine minio-s3", |
52 | | - "test-cubbit": "npm run test-jasmine cubbit", |
53 | | - "test-cloudflare": "npm run test-jasmine r2", |
54 | | - "test-minio-2": "MINIO_ENDPOINT='play.min.io' MINIO_USE_SSL='true' MINIO_PORT='9000' MINIO_REGION='us-east-1' MINIO_ACCESS_KEY='Q3AM3UQ867SPQQA43P2F' MINIO_SECRET_KEY='zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG' npm run test-jasmine minio", |
| 45 | + "test-minio": "MINIO_ENDPOINT='play.min.io' MINIO_USE_SSL='true' MINIO_PORT='9000' MINIO_REGION='us-east-1' MINIO_ACCESS_KEY='Q3AM3UQ867SPQQA43P2F' MINIO_SECRET_KEY='zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG' npm run test-jasmine minio", |
55 | 46 | "test": "ts-node ./tests/test_runs.ts", |
56 | 47 | "test2": "ts-node ./tests/test2.ts", |
57 | 48 | "toc": "ts-node ./toc/replace.ts && cd ./toc && ./create_toc.sh && cd ../", |
|
0 commit comments