2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00
Files
bbob/packages/bbob-core/test/index.test.js
T
2018-07-08 13:30:13 +02:00

6 lines
84 B
JavaScript

describe('@bbob/core', () => {
test('1', () => {
expect(1).toBe(1);
});
});