2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-30 15:24:05 +03:00

style(plugin-helper): fix eslint errors

This commit is contained in:
Nikolay Kostyurin
2018-08-06 23:57:26 +02:00
parent fb78c4fefb
commit 846d93a2a4
@@ -1,6 +1,6 @@
describe('@bbob/plugin-helper', () => {
test('one', () => {
expect(1 + 2).toBe(3)
})
expect(1 + 2).toBe(3);
});
});