Skip to content

Commit

Permalink
ci: fix missing require lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
yunnysunny committed May 3, 2022
1 parent 98f3b49 commit 38bc6cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/node/utils.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use strict';
const assert = require('assert');
const utils = process.env.OLD_NODE_TEST === '1' ?
// eslint-disable-next-line node/no-missing-require
require('../../../utils') : require('../../lib/utils');

describe('utils.type(str)', () => {
Expand Down

0 comments on commit 38bc6cb

Please sign in to comment.