Skip to content

Commit

Permalink
test: change read-dir.js output
Browse files Browse the repository at this point in the history
... and all the snapshots that use that output
  • Loading branch information
tivac committed Mar 28, 2019
1 parent 1c95689 commit f0243aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
16 changes: 6 additions & 10 deletions packages/svelte/test/__snapshots__/rollup.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,18 @@ Snapshot Diff:
- First value
+ Second value
@@ -1,7 +1,14 @@
Array [
Object {
+ "file": "assets/app.css",
+ "text": "/* packages/svelte/test/output/rollup/input/app.css */
@@ -1,6 +1,10 @@
Object {
+ "assets/app.css": "/* packages/svelte/test/output/rollup/input/app.css */
+ .mc043115d5_nope {
+ color: blue;
+ }",
+ },
+ Object {
"file": "output.js",
"text": "function noop() {}
"output.js": "function noop() {}
function assign(tar, src) {
for (var k in src) tar[k] = src[k];
@@ -160,11 +167,11 @@
return tar;
@@ -158,11 +162,11 @@
return {
c() {
Expand Down
1 change: 0 additions & 1 deletion packages/svelte/test/rollup.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

const dedent = require("dedent");
const shell = require("shelljs");
const diff = require("snapshot-diff");

const write = require("@modular-css/test-utils/write.js")(__dirname);
const prefix = require("@modular-css/test-utils/prefix.js")(__dirname);
Expand Down

0 comments on commit f0243aa

Please sign in to comment.