Skip to content

Commit

Permalink
Chore: rename misspelled identifier in test (#14346)
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Apr 22, 2021
1 parent f2babb1 commit fb0a92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fixtures/formatters/broken.js
@@ -1,5 +1,5 @@
/*global module*/
var nonExistantFormatter = require('this-module-does-not-exist');
var nonExistentFormatter = require('this-module-does-not-exist');
module.exports = function(results) {
return nonExistantFormatter(results);
return nonExistentFormatter(results);
};

0 comments on commit fb0a92b

Please sign in to comment.