Skip to content

Commit

Permalink
fix angular-env fork
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Jun 23, 2023
1 parent 7e0b762 commit 8f4ff13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scopes/forks/angular-env/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { MyAngularEnv, MyAngularEnv as default } from './my-angular-env.bit-env';
export { MyNgEnv, MyNgEnv as default } from './my-ng-env.bit-env';
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import { Tester } from '@teambit/tester';
import { ESLint as ESLintLib } from 'eslint';
import hostDependencies from './preview/host-dependencies';

export class MyAngularEnv extends AngularEnv {
export class MyNgEnv extends AngularEnv {
// Name of the environment, used for friendly mentions across bit
name = 'my-angular-env';
name = 'my-ng-env';

getTesterConfig() {
return {
Expand Down Expand Up @@ -129,4 +129,4 @@ export class MyAngularEnv extends AngularEnv {
}
}

export default new MyAngularEnv();
export default new MyNgEnv();
File renamed without changes.

0 comments on commit 8f4ff13

Please sign in to comment.