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 dd7255a commit a0def31Copy full SHA for a0def31
package.json
@@ -30,8 +30,8 @@
30
"ghooks": "^1.3.2",
31
"nyc": "^6.0.0",
32
"punchcard-commit-msg": "^1.0.0",
33
- "punchcard-content-types": "^0.10.1",
34
"punchcard-semantic-release": "^2.0.1",
+ "punchcard-shared-tests": "^1.0.2",
35
"semantic-release": "^4.3.5",
36
"tap-diff": "^0.1.1"
37
},
tests/plugin.js
@@ -1,6 +1,6 @@
1
import test from 'ava';
2
-import contentTypes from 'punchcard-content-types';
+import tests from 'punchcard-shared-tests';
3
4
import plugin from '../';
5
6
-contentTypes.pluginTests(test, plugin);
+tests.plugins(test, plugin);
0 commit comments