Skip to content

Commit 925bf24

Browse files
author
cwkang
committed
test: fix required common import order in snapshot transform test
1 parent 01fa162 commit 925bf24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-assert-snapshot-transform-project-root.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
'use strict';
22

3+
const common = require('../common');
34
const assert = require('node:assert/strict');
45
const path = require('node:path');
56
const { pathToFileURL } = require('node:url');

0 commit comments

Comments
 (0)