From 8835b3958276d4a3eb12eb5b7d7ab2e9a33fb24b Mon Sep 17 00:00:00 2001 From: Rajaneeshkumar Date: Fri, 17 May 2024 16:00:37 +0530 Subject: [PATCH] fix --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9786daf..b38fb3e 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "scripts": { "test": "npm run test:unit && npm run test:component", "test:unit": "mocha --timeout 10000 ./test/unit/", + "test:component": "mocha --timeout 10000 ./test/component/", "test:component:tag": "mocha --timeout 10000 ./test/component/ --grep '@tag'", "coverage": "nyc --reporter=lcov --reporter=text npm run test", "lint": "eslint src/**/*.js"