15 lines
No EOL
390 B
TypeScript
15 lines
No EOL
390 B
TypeScript
describe('Capitalise', () => {
|
|
test.todo('EXPECT sentence to be capitalised');
|
|
});
|
|
|
|
describe('CapitaliseArray', () => {
|
|
test.todo("EXPECT words in array to be capitalised");
|
|
});
|
|
|
|
describe("RandomString", () => {
|
|
test.todo("EXPECT random string of length to be returned");
|
|
});
|
|
|
|
describe("ReplaceAll", () => {
|
|
test.todo("EXPECT all instances of substring to be replaced");
|
|
}); |