Skip to content

Commit fa573df

Browse files
committed
chore: remove old node test stuff
1 parent a7a14d3 commit fa573df

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/node/utils.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
'use strict';
22
const assert = require('assert');
3-
const utils =
4-
process.env.OLD_NODE_TEST === '1'
5-
? require('../../../utils')
6-
: require('../../lib/utils');
3+
const utils = require('../../lib/utils');
74

85
describe('utils.type(str)', () => {
96
it('should return the mime type', () => {

0 commit comments

Comments
 (0)