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