Commit 464de6d2 authored by nanahira's avatar nanahira

spec

parent a2103e05
Pipeline #3958 passed with stages
in 2 minutes and 5 seconds
...@@ -15,8 +15,8 @@ describe('AppController', () => { ...@@ -15,8 +15,8 @@ describe('AppController', () => {
}); });
describe('root', () => { describe('root', () => {
/* it('should return "Hello World!"', () => { it('should be defined', () => {
expect(appController.getHello()).toBe('Hello World!'); expect(appController).toBeDefined();
}); */ });
}); });
}); });
...@@ -15,8 +15,8 @@ describe('AppController', () => { ...@@ -15,8 +15,8 @@ describe('AppController', () => {
}); });
describe('root', () => { describe('root', () => {
/* it('should return "Hello World!"', () => { it('should be defined', () => {
expect(appController.getHello()).toBe('Hello World!'); expect(appController).toBeDefined();
}); */ });
}); });
}); });
...@@ -15,8 +15,8 @@ describe('AppController', () => { ...@@ -15,8 +15,8 @@ describe('AppController', () => {
}); });
describe('root', () => { describe('root', () => {
/* it('should return "Hello World!"', () => { it('should be defined', () => {
expect(appController.getHello()).toBe('Hello World!'); expect(appController).toBeDefined();
}); */ });
}); });
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment