We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83ab54 commit 680d36eCopy full SHA for 680d36e
.gitignore
@@ -1,4 +1,6 @@
1
dist
2
node_modules
3
.DS_Store
4
-package-lock.json
+package-lock.json
5
+
6
+coverage
adex/package.json
@@ -64,7 +64,8 @@
64
],
65
"scripts": {
66
"next": "bumpp",
67
- "test": "glob -c 'node --test --test-reporter=spec' tests/**/*.spec.js"
+ "test": "glob -c 'node --test --test-reporter=spec' tests/**/*.spec.js",
68
+ "test:ci": "c8 pnpm test"
69
},
70
"dependencies": {
71
"@barelyhuman/tiny-use": "^0.0.2",
@@ -87,6 +88,7 @@
87
88
"@types/node": "^20.14.10",
89
"adex-adapter-node": "^0.0.17",
90
"autoprefixer": "^10.4.19",
91
+ "c8": "^10.1.3",
92
"glob": "^11.0.1",
93
"kolorist": "^1.8.0",
94
"tailwindcss": "^3.4.4",
0 commit comments