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 54197e2 commit c31edabCopy full SHA for c31edab
README.md
@@ -230,6 +230,16 @@ Removes all aliases.
230
231
This function returns the prunk object so that you can chain calls.
232
233
-## More ocumentation
+### prunk.teardown()
234
235
-[Documented source](https://dak0rn.github.io/prunk/).
+Removes all aliases and suppressed/mocked imports. Shorthand for
236
+
237
+```js
238
+prunk.unmockAll();
239
+prunk.unsuppressAll();
240
+prunk.unaliasAll();
241
+```
242
243
+## More documentation
244
245
+[Documented source](https://dak0rn.github.io/prunk/).
0 commit comments