We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073c231 commit 1eebcbfCopy full SHA for 1eebcbf
test/parallel/test-snapshot-reproducible.js
@@ -1,11 +1,13 @@
1
'use strict';
2
3
-require('../common');
+const common = require('../common');
4
const { spawnSyncAndAssert } = require('../common/child_process');
5
const tmpdir = require('../common/tmpdir');
6
const fs = require('fs');
7
const assert = require('assert');
8
9
+common.skipIf32Bits();
10
+
11
// When the test fails this helper can be modified to write outputs
12
// differently and aid debugging.
13
function log(line) {
0 commit comments