Skip to content

Commit ddaace7

Browse files
committed
fixup! lib: add cache utility
1 parent 845f8be commit ddaace7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/unit/cache.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe('Cache', () => {
4747
}
4848
});
4949

50-
it('should cache sync restuls', () => {
50+
it('should cache sync results', () => {
5151
tmpdir.refresh();
5252
cache.enable();
5353
const expected = syncResult;
@@ -70,7 +70,7 @@ describe('Cache', () => {
7070
assert.strictEqual(cached, expected);
7171
});
7272

73-
it('should cache async restuls', async() => {
73+
it('should cache async results', async() => {
7474
tmpdir.refresh();
7575
cache.enable();
7676
const expected = Object.assign({}, asyncResult);

0 commit comments

Comments
 (0)