Skip to content

Commit eb862c2

Browse files
committed
chore: update snapshots
1 parent 7db55de commit eb862c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sourceMap-option.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ describe('when applied with "sourceMap" option', () => {
207207
expect(getErrors(stats)).toMatchSnapshot("errors");
208208
expect(getWarnings(stats)).toMatchSnapshot("warnings");
209209
expect(stats.compilation.warnings[0].toString()).toMatch(
210-
"contains invalid source map",
210+
"Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.",
211211
);
212212
});
213213

0 commit comments

Comments
 (0)