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 bce5b7d commit 954a58bCopy full SHA for 954a58b
utils/testing.js
@@ -0,0 +1,3 @@
1
+const isTesting = () => process.env.NODE_ENV === "test";
2
+
3
+module.exports = { isTesting };
0 commit comments