Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed May 14, 2020
1 parent ac2adc7 commit 8097516
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ function runTest(title: string, files: { [name: string]: string }) {
expect(output).toMatchInlineSnapshot(`
"'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var foo2 = \\"foo\\";
module.exports = foo2;
exports.default = foo2;
"
`)
})
Expand Down

0 comments on commit 8097516

Please sign in to comment.