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:
@@ -1,6 +1,6 @@
|
||||
|
||||
describe('@bbob/plugin-helper', () => {
|
||||
test('one', () => {
|
||||
expect(1 + 2).toBe(3)
|
||||
})
|
||||
expect(1 + 2).toBe(3);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user