mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +03:00
fixes lint and test errors
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
describe('@bbob/core', () => {
|
||||
test('1', () => {
|
||||
expect(1).toBe(1);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user