@ripplo/testing 0.0.5 → 0.0.6
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/dist/index.js +0 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -38,9 +38,6 @@ function createRipplo(rawConfig) {
|
|
|
38
38
|
if (existing == null) {
|
|
39
39
|
throw new Error(`Cannot implement unknown precondition: "${preconditionName}"`);
|
|
40
40
|
}
|
|
41
|
-
if (existing.implemented) {
|
|
42
|
-
throw new Error(`Precondition "${preconditionName}" is already implemented`);
|
|
43
|
-
}
|
|
44
41
|
const mapping = existing.depMapping;
|
|
45
42
|
preconditions[idx] = {
|
|
46
43
|
...existing,
|