Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ahabhgk committed Mar 28, 2024
1 parent ed56cec commit c50a158
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const updateMode = process.env.UPDATE_TESTS === '1';

describe('acorn-import-attributes', () => {
testFolders.forEach((folderName) => {
// let folderName = 'attributes-assertions-with'
it(`should parse ${folderName}`, async () => {
const actual = readFileSync(join(FIXTURE_PATH, folderName, 'actual.js'), 'utf8');
const expectedFile = join(FIXTURE_PATH, folderName, 'expected.json');
Expand Down

0 comments on commit c50a158

Please sign in to comment.