Skip to content

Commit cf04c07

Browse files
committed
fix import syntax issue in Node.js 22.x
1 parent 5b0c5c1 commit cf04c07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/firebase.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'use strict';
1919

2020
// Use untyped import syntax for Node built-ins
21-
import path = require('path');
21+
import * as path from 'path';
2222

2323
import * as _ from 'lodash';
2424
import * as sinon from 'sinon';

0 commit comments

Comments
 (0)