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 00836c5 commit bdd9e83Copy full SHA for bdd9e83
packages/plugin-tape/README.md
@@ -181,7 +181,7 @@ const test = require('supertape');
181
test('some message', (t) => {
182
const [error] = tryCatch(copymitter);
183
184
- t.equal(error.message, 'from shoulde be a string!', 'should throw when no args');
+ t.equal(error.message, 'from should be a string!');
185
t.end();
186
});
187
```
0 commit comments