Skip to content

Commit

Permalink
Update assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Apr 27, 2022
1 parent 3417d58 commit 807da72
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/core/integration-tests/test/scope-hoisting.js
Original file line number Diff line number Diff line change
Expand Up @@ -1873,11 +1873,11 @@ describe('scope hoisting', function () {
codeHighlights: [
{
start: {
column: 38,
column: 49,
line: 1,
},
end: {
column: 44,
column: 55,
line: 1,
},
},
Expand Down Expand Up @@ -1920,11 +1920,11 @@ describe('scope hoisting', function () {
codeHighlights: [
{
start: {
column: 45,
column: 56,
line: 1,
},
end: {
column: 54,
column: 65,
line: 1,
},
},
Expand Down Expand Up @@ -2087,7 +2087,7 @@ describe('scope hoisting', function () {
b.getBundles()[0].filePath,
'utf8',
);
assert.strictEqual(contents.trim().length, 0);
assert.strictEqual(contents.trim(), `"use strict";`);
});

it('should support the jsx pragma', async function () {
Expand Down

0 comments on commit 807da72

Please sign in to comment.