Skip to content

Commit 8823177

Browse files
committed
test for override 2
1 parent 4ac2092 commit 8823177

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration-local/feature-toggles.integration.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ describe("local integration test", () => {
268268
const localConfigForFile1 = {
269269
...configForFile, // C, D
270270
[FEATURE.A]: { type: "string", fallbackValue: "A-from-File1" },
271-
[FEATURE.C]: { type: "string", fallbackValue: "C-from-File1" },
272271
};
273272
const localConfigForFile2 = {
274273
[FEATURE.A]: { type: "string", fallbackValue: "A-from-File2" },

0 commit comments

Comments
 (0)