We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef4589 commit 812625aCopy full SHA for 812625a
codeceptjs.js
@@ -1,3 +1,5 @@
1
const codeceptjs = require('codeceptjs');
2
3
+if (!codeceptjs.config.addHook) throw new Error('CodeceptJS >= 2.3.3 is required to use config hooks.');
4
+
5
module.exports = codeceptjs;
package.json
@@ -1,6 +1,6 @@
{
"name": "@codeceptjs/configure",
- "version": "0.2.1",
+ "version": "0.3.0",
"description": "Set of CodeceptJS config hooks to simplify configuration",
"main": "index.js",
6
"scripts": {
0 commit comments