We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07ac09 commit 3308e6bCopy full SHA for 3308e6b
packages/snaps-simulation/src/helpers.test.tsx
@@ -702,7 +702,7 @@ describe('helpers', () => {
702
});
703
704
describe('onStart', () => {
705
- it('sends a OnStart request and returns the result', async () => {
+ it('sends a onStart request and returns the result', async () => {
706
jest.spyOn(console, 'log').mockImplementation();
707
708
const { snapId, close: closeServer } = await getMockServer({
0 commit comments