@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.
Files changed (2) hide show
  1. package/dist/index.js +0 -3
  2. 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,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ripplo/testing",
3
3
  "description": "TypeScript DSL for defining and running Ripplo e2e workflow tests",
4
- "version": "0.0.5",
4
+ "version": "0.0.6",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"