You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: test/__snapshots__/writer.test.js.snap
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
-
exports[`new Writer([filePath]) ensures filePath is not an object 1`] =`"Expected 'files' to be of type 'Array' or a 'string', instead got 'undefined'"`;
3
+
exports[`new Writer([filePath]) ensures filePath is not an object 1`] =`"Expected 'files' to be of type 'Array' or a 'string', instead got 'object'"`;
4
4
5
5
exports[`new Writer([filePath]) ensures filePath[] is an array of strings 1`] =`"Expected 'file' (null) to be of type 'string', instead got 'object'"`;
6
6
7
-
exports[`new Writer([filePath]) ensures filePath[] is not a number 1`] =`"Expected 'files' to be of type 'Array' or a 'string', instead got 'undefined'"`;
7
+
exports[`new Writer([filePath]) ensures filePath[] is not a number 1`] =`"Expected 'files' to be of type 'Array' or a 'string', instead got 'number'"`;
8
8
9
-
exports[`new Writer([filePath]) ensures filePath[] is not null 1`] =`"Expected 'files' to be of type 'Array' or a 'string', instead got 'undefined'"`;
9
+
exports[`new Writer([filePath]) ensures filePath[] is not null 1`] =`"Expected 'files' to be of type 'Array' or a 'string', instead got 'object'"`;
10
10
11
11
exports[`new Writer([filePath]) ensures valid filePath provided 1`] =`"Expected 'file' (fake.css) to be an absolute path to a file but it was not"`;
0 commit comments