export default { NotKeyedIterable: "Node must be an Immutable.js keyed iterable", WrongNodeType: "Node is of wrong type. Actual: %s; Expected: %s", TestsFailed: "Test command `%s` failed. Tests must be passing for perturb to work properly.", NoSourceDir: "No `sourceDir` property found in `this` context", NoTestDir: "No `testDir` property found in `this` context", NoMatches: "Unable to match any source and test files", InvalidRunner: "No test runner named '%s' found.", InvalidMutator: "Invalid mutator", NoCallback: "Must Provide a callback function.", };