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 Mar 17, 2021. It is now read-only.
Copy file name to clipboardexpand all lines: test/__snapshots__/loader.test.js.snap
+3-3
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
exports[`loader should works: errors 1`] =`Array []`;
4
4
5
-
exports[`loader should works: file 1`] =`"module.exports =\\"Где розы — там и тернии —\\\\nТаков закон судьбы.\\\\n\\\\nНиколай Алексеевич Некрасов\\\\n\\\\nWhere the roses are - there are thorns -\\\\nThat is the law of fate.\\\\n\\\\nNikolay Alekseevich Nekrasov\\\\n\\""`;
5
+
exports[`loader should works: file 1`] =`"export default\\"Где розы — там и тернии —\\\\nТаков закон судьбы.\\\\n\\\\nНиколай Алексеевич Некрасов\\\\n\\\\nWhere the roses are - there are thorns -\\\\nThat is the law of fate.\\\\n\\\\nNikolay Alekseevich Nekrasov\\\\n\\""`;
6
6
7
-
exports[`loader should works: inline 1`] =`"module.exports =\\"Где розы — там и тернии —\\\\nТаков закон судьбы.\\\\n\\\\nНиколай Алексеевич Некрасов\\\\n\\\\nWhere the roses are - there are thorns -\\\\nThat is the law of fate.\\\\n\\\\nNikolay Alekseevich Nekrasov\\\\n\\""`;
7
+
exports[`loader should works: inline 1`] =`"export default\\"Где розы — там и тернии —\\\\nТаков закон судьбы.\\\\n\\\\nНиколай Алексеевич Некрасов\\\\n\\\\nWhere the roses are - there are thorns -\\\\nThat is the law of fate.\\\\n\\\\nNikolay Alekseevich Nekrasov\\\\n\\""`;
8
8
9
-
exports[`loader should works: separator 1`] =`"module.exports =\\"Word\\\\u2028Word\\\\u2029Word\\\\n\\""`;
9
+
exports[`loader should works: separator 1`] =`"export default\\"Word\\\\u2028Word\\\\u2029Word\\\\n\\""`;
10
10
11
11
exports[`loader should works: warnings 1`] =`Array []`;
0 commit comments