Ejemplo n.º 1
0
		events.on(EventType.FILE_CHANGES, (e:FileChangesEvent) => {
			assert.ok(e);

			service.unwatchFileChanges(toWatch);
			done();
		});
Ejemplo n.º 2
0
		service.onFileChanges((e: FileChangesEvent) => {
			assert.ok(e);

			service.unwatchFileChanges(toWatch);
			done();
		});