mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-02 16:04:04 +03:00
6 lines
84 B
JavaScript
6 lines
84 B
JavaScript
describe('@bbob/core', () => {
|
|
test('1', () => {
|
|
expect(1).toBe(1);
|
|
});
|
|
});
|