Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
r3nya committed Feb 7, 2019
1 parent 2b342c9 commit a00add6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 123 deletions.
14 changes: 0 additions & 14 deletions packages/jest-leak-detector/build/index.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/jest-leak-detector/build/index.d.ts.map

This file was deleted.

108 changes: 0 additions & 108 deletions packages/jest-leak-detector/build/index.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`complains if the value is a primitive 1`] = `"Primitives cannot leak memory. You passed a undefined: <undefined>"`;
exports[`complains if the value is a primitive 2`] = `"Primitives cannot leak memory. You passed a object: <null>"`;
exports[`complains if the value is a primitive 3`] = `"Primitives cannot leak memory. You passed a boolean: <false>"`;
exports[`complains if the value is a primitive 4`] = `"Primitives cannot leak memory. You passed a number: <42>"`;
exports[`complains if the value is a primitive 5`] = `"Primitives cannot leak memory. You passed a string: <\\"foo\\">"`;
exports[`complains if the value is a primitive 6`] = `"Primitives cannot leak memory. You passed a symbol: <Symbol()>"`;
exports[`complains if the value is a primitive 7`] = `"Primitives cannot leak memory. You passed a symbol: <Symbol(foo)>"`;
exports[`complains if the value is a primitive 8`] = `"Primitives cannot leak memory. You passed a number: <NaN>"`;

0 comments on commit a00add6

Please sign in to comment.