Enable cds watch hello
by moving the `hello` implementation into the subfolder `srv`
This commit is contained in:
committed by
Daniel Hutzel
parent
e1052c209b
commit
ae09caf7ad
@@ -1,4 +1,4 @@
|
||||
const { GET, expect } = require('../test') .run ('serve','hello/world.cds')
|
||||
const { GET, expect } = require('../test') .run ('serve','hello/srv/world.cds')
|
||||
|
||||
describe('Hello world!', () => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user