refactor: streamline provider testing utility and remove deprecated test configurations

This commit is contained in:
Himanshu
2025-12-14 15:05:23 +05:30
parent 5238f7be2c
commit 28eeb51898
3 changed files with 588 additions and 300 deletions

View File

@@ -8,10 +8,8 @@
"main": "index.js",
"scripts": {
"test": "node test-providers.js",
"test:single": "node test-providers.js",
"test:provider": "node test-provider.js",
"test:provider:build": "npm run build && node test-provider.js",
"test:interactive": "npm run build && node interactive-test.js",
"test:quick": "npm run build && node quick-test.js",
"test:ui": "npm run test:interactive",
"build": "node build-simple.js",
"build:dev": "cross-env SKIP_MINIFY=true node build-simple.js",