Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: test
  • Loading branch information
alexander-akait committed Aug 21, 2020
commit 53567f402824bb73a37f1907ee6684828e868234
2 changes: 1 addition & 1 deletion test/sourceMap-option.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ describe('"sourceMap" option', () => {
expect(getErrors(stats)).toMatchSnapshot('errors');
});

it.only('should generate source maps when css was extracted and do not change "[contenthash]" on different platform', async () => {
it('should generate source maps when css was extracted and do not change "[contenthash]" on different platform', async () => {
const compiler = getCompiler(
'./source-map/basic.js',
{},
Expand Down