2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-20 20:00:33 +03:00
Files
bbob/packages/bbob-plugin-helper/test/index.test.js
T

7 lines
98 B
JavaScript

describe('@bbob/plugin-helper', () => {
test('one', () => {
expect(1 + 2).toBe(3)
})
});