doc-detective 3.1.0-dev.3 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/utils.js +1 -1
- package/test/utils.test.js +1 -1
- package/reference.png +0 -0
package/package.json
CHANGED
package/src/utils.js
CHANGED
|
@@ -117,7 +117,7 @@ async function setConfig({ configPath, args }) {
|
|
|
117
117
|
config.logLevel = args.logLevel;
|
|
118
118
|
}
|
|
119
119
|
if (typeof args.allowUnsafe === "boolean") {
|
|
120
|
-
config.
|
|
120
|
+
config.allowUnsafeTests = args.allowUnsafe;
|
|
121
121
|
}
|
|
122
122
|
// Resolve paths
|
|
123
123
|
config = await resolvePaths({
|
package/test/utils.test.js
CHANGED
package/reference.png
DELETED
|
Binary file
|