mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +03:00
style(plugin-helper): fix eslint errors
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
describe('@bbob/plugin-helper', () => {
|
describe('@bbob/plugin-helper', () => {
|
||||||
test('one', () => {
|
test('one', () => {
|
||||||
expect(1 + 2).toBe(3)
|
expect(1 + 2).toBe(3);
|
||||||
})
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user