it('should order files if they are in a folder', inject(
    [DepsService],
    (service: DepsService) => {
      expect(service.order([deps.depX_A, deps.depA])).toEqual([
        deps.depA,