Skip to content

Commit

Permalink
Move "whisky" into reversible test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed May 25, 2019
1 parent 10bc5df commit f562b74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test.js
Expand Up @@ -445,6 +445,7 @@ var BASIC_TESTS = [
['smiley', 'smilies'],
['survey', 'surveys'],
['whiskey', 'whiskeys'],
['whisky', 'whiskies'],
['volley', 'volleys'],
['tongue', 'tongues'],
['suit', 'suits'],
Expand Down Expand Up @@ -650,13 +651,11 @@ var SINGULAR_TESTS = [
* @type {Array}
*/
var PLURAL_TESTS = [
['whisky', 'whiskies'],
['plateaux', 'plateaux'],
['axis', 'axes'],
['basis', 'bases'],
['automatum', 'automata'],
['thou', 'you'],
['WHISKY', 'WHISKIES'],
['axiS', 'axes'],
['passerby', 'passersby']
];
Expand Down

0 comments on commit f562b74

Please sign in to comment.