Skip to content

Commit a4d1c48

Browse files
authored
Merge pull request #133 from netlify/test/fix-test-snapshot
Fix test snapshot
2 parents 47ab9cb + 05c4523 commit a4d1c48

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/@netlify-build/tests/snapshots/main.test.js.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ Generated by [AVA](https://ava.li).
1515
1616
Netlify Config␊
1717
{␊
18-
version: '06-25-2019',␊
19-
plugins: [␊
20-
{ '/file/path': { enabled: false } },␊
21-
{ '/file/path': {} }␊
22-
],␊
2318
build: {␊
2419
lifecycle: {␊
2520
init: [ 'export VALUE=test', 'echo "$VALUE"' ],␊
2621
getCache: "echo 'curl custom cache'",␊
2722
prebuild: 'echo "shhhhhhh"',␊
2823
build: 'npm run build'␊
2924
}␊
30-
}␊
25+
},␊
26+
version: '06-25-2019',␊
27+
plugins: [␊
28+
{ '/file/path': { enabled: false } },␊
29+
{ '/file/path': {} }␊
30+
]␊
3131
}␊
3232
3333
Loading plugin "@netlify/functions"␊
-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)