We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a04556 commit f39e5f1Copy full SHA for f39e5f1
test.js
@@ -13,7 +13,7 @@ describe('diff', function() {
13
assert.deepEqual(diff(['x', 'b', 'b', 'b', 'c', 'e', 'y'], ['x', 'e']), ['b', 'b', 'b', 'c', 'y']);
14
});
15
16
- it('should remove all occurences of an element:', function() {
+ it('should remove all occurrences of an element:', function() {
17
assert.deepEqual(diff(['a', 'b', 'b', 'b', 'b'], ['b']), ['a']);
18
19
0 commit comments