Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
rynpsc committed May 18, 2019
1 parent 172c924 commit 35c0a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/integration-tests/test/sourcemaps.js
Expand Up @@ -481,8 +481,8 @@ describe('sourcemaps', function() {
path.join(__dirname, '/integration/sourcemap-css/style.css')
);

const jsOutput = await fs.readFile(b.name, 'utf8');
assert(jsOutput.includes('//# sourceMappingURL=/style.css.map'));
const cssOutput = await fs.readFile(b.name, 'utf8');
assert(cssOutput.includes('/*# sourceMappingURL=/style.css.map */'));
});

it('should create correct sourceMappingURL with multiple entrypoints', async function() {
Expand Down

0 comments on commit 35c0a11

Please sign in to comment.