Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update test/test426/test-source-map-spec.mjs
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
legendecas and aduh95 authored Jan 4, 2025
commit 89ea5385efffad329709b950c8055739f6850386
1 change: 0 additions & 1 deletion test/test426/test-source-map-spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import assert from 'node:assert';
import test from 'node:test';
import { SourceMap } from 'node:module';
import { readFileSync } from 'node:fs';
import path from 'node:path';

const specJson = fixtures.readSync('test426/source-map-spec-tests.json', 'utf8');
const spec = JSON.parse(specJson);
Expand Down