Apply Prettier to the entire project
This ensures that our tests will be formatted by Prettier, among other things.
This commit is contained in:
parent
e6e18dd3f9
commit
90ef5505bb
12 changed files with 72 additions and 80 deletions
|
|
@ -1 +1 @@
|
|||
module.exports = { loadOlm: jest.fn(async () => {}) }
|
||||
module.exports = { loadOlm: jest.fn(async () => {}) };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue