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