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");