Skip to content

Commit 7eee857

Browse files
committed
test: fixing scikit test
1 parent 0b00628 commit 7eee857

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scikit_singleton.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { getScikit, setScikit, } from "./scikitjs_singleton";
33
describe('tensorflow singleton',()=>{
44
describe('getScikit',()=>{
55
it('should throw an error if tensorflow has not been set',()=>{
6+
setScikit(null)
67
expect(getScikit.bind(null)).toThrowError(/Looks like you are/);
78
});
89
});

0 commit comments

Comments
 (0)