Skip to content

Commit

Permalink
adding text to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vixnguyen committed Feb 25, 2020
1 parent b4f5ca4 commit 3f2d0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { AppPage } from './app.po';

describe('workspace-project App', () => {
describe('workspace-project App ITWCW', () => {
let page: AppPage;

beforeEach(() => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { AppPage } from './app.po';

describe('workspace-project App', () => {
describe('workspace-project App PROD', () => {
let page: AppPage;

beforeEach(() => {
Expand Down

0 comments on commit 3f2d0ed

Please sign in to comment.