2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-08 17:22:26 +03:00
Files
bbob/packages/bbob-plugin-helper/test/index.test.js
T
2018-08-06 23:57:26 +02:00

7 lines
100 B
JavaScript

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