test('Remove script (Error: Script not found)', async () => {
    try {
      await Scripts.removeScript('fakeId');
    } catch (e) {
      expect(e.message).toBe('Script not found with id fakeId');