Skip to content

Commit f3cbc26

Browse files
committed
consolidate cds-test into one dir
1 parent 7d25086 commit f3cbc26

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

test/cds-service/__snapshots__/feature-toggles.service.test.js.snap renamed to test/cds-test-service/__snapshots__/cds-test-service.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`cds-service endpoints state response no change 1`] = `
3+
exports[`cds-test-service endpoints state response no change 1`] = `
44
{
55
"test/feature_a": {
66
"config": {
@@ -100,7 +100,7 @@ exports[`cds-service endpoints state response no change 1`] = `
100100
}
101101
`;
102102

103-
exports[`cds-service endpoints state response with changes 1`] = `
103+
exports[`cds-test-service endpoints state response with changes 1`] = `
104104
{
105105
"test/feature_a": {
106106
"config": {

test/cds-service/feature-toggles.service.test.js renamed to test/cds-test-service/cds-test-service.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ const toggles = require("../../src");
55

66
const { FEATURE, mockConfig: config } = require("../__common__/mockdata");
77

8-
const server = cds.test("test/cds-test-project");
8+
const server = cds.test("test/cds-test-service");
99
const systemCall = { validateStatus: () => true, auth: { username: "system", password: "system" } };
1010

11-
describe("cds-service", () => {
11+
describe("cds-test-service", () => {
1212
const featureBChanges = [
1313
{
1414
key: FEATURE.B,
File renamed without changes.

0 commit comments

Comments
 (0)