Skip to content

Commit b23d10b

Browse files
authored
Update debugging.test.ts
remove extra blank line
1 parent a4bb9c3 commit b23d10b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cashc/test/debugging/debugging.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { URL } from 'url';
77
import { compileFile } from '../../src/index.js';
88
import { fixtures } from './fixtures.js';
99

10-
1110
describe('Debugging', () => {
1211
fixtures.forEach((fixture) => {
1312
it(`should compile ${fixture.fn} to the same bytecode as ${fixture.fnWithLogs}`, () => {

0 commit comments

Comments
 (0)