Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion test/parallel/test-permission-dc-worker-threads.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Flags: --experimental-permission --allow-fs-read=* --experimental-test-module-mocks
// Flags: --permission --allow-fs-read=* --experimental-test-module-mocks
'use strict';

const common = require('../common');
Expand Down
4 changes: 2 additions & 2 deletions test/parallel/test-runner-module-mocking.js
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ test('should throw ERR_ACCESS_DENIED when permission model is enabled', async (t
const cwd = fixtures.path('test-runner');
const fixture = fixtures.path('test-runner', 'mock-nm.js');
const args = [
'--experimental-permission',
'--permission',
'--allow-fs-read=*',
'--experimental-test-module-mocks',
fixture,
Expand All @@ -674,7 +674,7 @@ test('should work when --allow-worker is passed and permission model is enabled'
const cwd = fixtures.path('test-runner');
const fixture = fixtures.path('test-runner', 'mock-nm.js');
const args = [
'--experimental-permission',
'--permission',
'--allow-fs-read=*',
'--allow-worker',
'--experimental-test-module-mocks',
Expand Down
Loading