test: fix permission fixtures lint

PR-URL: https://github.com/nodejs/node/pull/55819
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Rafael Gonzaga 2024-11-12 13:39:24 -03:00 committed by GitHub
parent 2310409a89
commit bd0c4f80e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
require('./required-module');
require('./required-module');

View File

@ -1 +1 @@
import './required-module.mjs';
import './required-module.mjs';

View File

@ -1 +1 @@
console.log('ok');
console.log('ok');

View File

@ -1 +1 @@
console.log('ok');
console.log('ok');