Format code.

This commit is contained in:
Bryan Mauger 2024-01-26 12:29:05 -05:00
parent 9441465de1
commit cf5d610931

View file

@ -1,3 +1,3 @@
describe('insurance', () => {
it.todo('Should render a normal string')
});
describe("insurance", () => {
it.todo("Should render a normal string");
});