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 93555d0 commit de28796Copy full SHA for de28796
test/parallel/test-code-integrity.js
@@ -5,13 +5,14 @@
5
const common = require('../common');
6
const assert = require('node:assert');
7
const { describe, it } = require('node:test');
8
-const ci = require('internal/code_integrity');
9
10
// This functionality is currently only on Windows
11
if (!common.isWindows) {
12
common.skip('Windows specific test.');
13
}
14
+const ci = require('internal/code_integrity');
15
+
16
describe('cjs loader code integrity integration tests', () => {
17
it('should throw an error if a .js file does not pass code integrity policy',
18
(t) => {
0 commit comments