Skip to content

Commit

Permalink
BW-805 undo unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendraashutec committed Jun 17, 2020
1 parent 03bf6a0 commit f39a15c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 23 deletions.
15 changes: 0 additions & 15 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,21 +328,6 @@ const commandList = {
"alias": 'se'
}
}
},
"tns-test":{
"command": "set process.env.tester='10101'; tns test ios --emulator ",
"description": "run",
"options": {
"env": {
"demand": true,
"description": 'schedular environment dev/prod',
"type": 'string',
"choices": schedularEnv,
"default": 'dev',
"alias": 'se'
}
}

}

}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { HttpClient } from '@angular/common/http';
import { Injectable } from '@angular/core';
import { Observable } from 'rxjs';
import { CONFIG } from './../../environments/environment';
import { CONFIG } from '../../environments/environment';
import { AchievementRule } from '../../shared/model';

@Injectable()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import { ModalDialogOptions, ModalDialogService } from 'nativescript-angular/mod
import { WelcomeScreenComponent } from 'shared-library/shared/mobile/component';
import * as appSettingsStorage from 'tns-core-modules/application-settings';
import { TopicActions } from 'shared-library/core/store/actions';

import { RadSideDrawerComponent, SideDrawerType } from 'nativescript-ui-sidedrawer/angular';


Expand Down
5 changes: 0 additions & 5 deletions projects/trivia/src/tests/example.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
// A sample Jasmine test
describe('A suite', () => {
it('containsss spec with asdsn expectation', () => {
expect(true).toBe(true);

});

it('containsss spec with asdsn expectation', () => {
expect(true).toBe(true);
});
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"**/*.android.ts",
"**/*.ios.ts",
"app/main.aot.ts"
]
]
}

0 comments on commit f39a15c

Please sign in to comment.