Skip to content
Closed
Prev Previous commit
Next Next commit
Update file-operations-with-surrogate-pairs.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
mertcanaltin and aduh95 authored Feb 19, 2024
commit b5b804534d061df0cac4d71fced87ecc8e93955f
4 changes: 2 additions & 2 deletions test/common/file-operations-with-surrogate-pairs.js
Comment thread
mertcanaltin marked this conversation as resolved.
Outdated
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict';

const fs = require('node:fs');
const path = require('path');
const assert = require('assert/strict');
const path = require('node:path');
const assert = require('node:assert');
const { describe, it } = require('node:test');

describe('File operations with filenames containing surrogate pairs', () => {
Expand Down