We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845f8be commit ddaace7Copy full SHA for ddaace7
1 file changed
test/unit/cache.test.js
@@ -47,7 +47,7 @@ describe('Cache', () => {
47
}
48
});
49
50
- it('should cache sync restuls', () => {
+ it('should cache sync results', () => {
51
tmpdir.refresh();
52
cache.enable();
53
const expected = syncResult;
@@ -70,7 +70,7 @@ describe('Cache', () => {
70
assert.strictEqual(cached, expected);
71
72
73
- it('should cache async restuls', async() => {
+ it('should cache async results', async() => {
74
75
76
const expected = Object.assign({}, asyncResult);
0 commit comments