test: Clean up comments left over after rebasing

This removes two comments left over after rebasing, both tests are already implemented a bit higher in the file.
This commit is contained in:
regexowl 2024-12-10 16:13:44 +01:00 committed by Lucas Garfield
parent 93de07c729
commit e98376de1a

View file

@ -248,6 +248,3 @@ describe('Locale edit mode', () => {
expect(receivedRequest).toEqual(expectedRequest);
});
});
// TO DO 'with languages selected'
// TO DO 'with languages and keyboard selected'