Skip to content

Commit be3af7a

Browse files
committed
fix: endings
1 parent 8585ea8 commit be3af7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/oneflow.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('Oneflow', function () {
99
let stubs = {};
1010

1111
afterEach(() => {
12-
Object.values(stubs).forEach(stub => stub.restore());
12+
Object.values(stubs).forEach(stub => stub.restore());
1313
stubs = {};
1414
});
1515

0 commit comments

Comments
 (0)