mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-14 18:42:24 +03:00
7 lines
100 B
JavaScript
7 lines
100 B
JavaScript
|
|
describe('@bbob/plugin-helper', () => {
|
|
test('one', () => {
|
|
expect(1 + 2).toBe(3);
|
|
});
|
|
});
|