Skip to content

Commit

Permalink
chore: remove old node test stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Jun 1, 2022
1 parent a7a14d3 commit fa573df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/node/utils.js
@@ -1,9 +1,6 @@
'use strict';
const assert = require('assert');
const utils =
process.env.OLD_NODE_TEST === '1'
? require('../../../utils')
: require('../../lib/utils');
const utils = require('../../lib/utils');

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

0 comments on commit fa573df

Please sign in to comment.