Skip to content

Commit

Permalink
cleanup integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
achan3 committed Oct 5, 2023
1 parent fd15591 commit 844bbd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/integration-tests/test/scope-hoisting.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import assert from 'assert';
import path from 'path';
import nullthrows from 'nullthrows';
import {readFile} from 'fs';
import {normalizePath} from '@parcel/utils';
import {createWorkerFarm} from '@parcel/core';
import {md} from '@parcel/diagnostic';
Expand Down Expand Up @@ -52,7 +51,7 @@ const bundler = (name, opts = {}) => {

describe('scope hoisting', function () {
describe('es6', function () {
it.only('should wrap when this could refer to an export', async function () {
it('should wrap when this could refer to an export', async function () {
let b = await bundle(
path.join(__dirname, '/integration/exports-this/a.js'),
{
Expand Down

0 comments on commit 844bbd6

Please sign in to comment.