Skip to content

Commit

Permalink
Remove all the duplicated and unneeded js code.
Browse files Browse the repository at this point in the history
  • Loading branch information
tecimovic committed Aug 13, 2022
1 parent 86b46a5 commit 9dbe3c3
Show file tree
Hide file tree
Showing 45 changed files with 1,005 additions and 7,754 deletions.
153 changes: 0 additions & 153 deletions examples/chip-tool/templates/helper.js

This file was deleted.

109 changes: 0 additions & 109 deletions examples/chip-tool/templates/tests/helper.js

This file was deleted.

2 changes: 1 addition & 1 deletion examples/chip-tool/templates/tests/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
"output": "test/Commands.h"
}
]
}
}
35 changes: 0 additions & 35 deletions examples/chip-tool/templates/tests/tests.js

This file was deleted.

26 changes: 0 additions & 26 deletions examples/darwin-framework-tool/templates/helper.js

This file was deleted.

2 changes: 1 addition & 1 deletion examples/darwin-framework-tool/templates/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
"output": "cluster/Commands.h"
}
]
}
}
34 changes: 17 additions & 17 deletions examples/darwin-framework-tool/templates/tests/ciTests.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"include": "../../../../src/app/tests/suites/ciTests.json",
"disable": [
"Test_TC_SC_4_2",
"TestClusterComplexTypes",
"TestEvents",
"TestDiscovery",
"TestGroupMessaging",
"Test_TC_DGTHREAD_2_1",
"Test_TC_DGTHREAD_2_2",
"Test_TC_DGTHREAD_2_3",
"Test_TC_DGTHREAD_2_4",
"Test_TC_APPLAUNCHER_3_7",
"Test_TC_APPLAUNCHER_3_8",
"Test_TC_APPLAUNCHER_3_9",
"Test_TC_BINFO_2_1",
"Test_TC_SWTCH_2_1"
]
"include": "../../../../src/app/tests/suites/ciTests.json",
"disable": [
"Test_TC_SC_4_2",
"TestClusterComplexTypes",
"TestEvents",
"TestDiscovery",
"TestGroupMessaging",
"Test_TC_DGTHREAD_2_1",
"Test_TC_DGTHREAD_2_2",
"Test_TC_DGTHREAD_2_3",
"Test_TC_DGTHREAD_2_4",
"Test_TC_APPLAUNCHER_3_7",
"Test_TC_APPLAUNCHER_3_8",
"Test_TC_APPLAUNCHER_3_9",
"Test_TC_BINFO_2_1",
"Test_TC_SWTCH_2_1"
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"collection": []
"collection": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
"output": "test/Commands.h"
}
]
}
}
Loading

0 comments on commit 9dbe3c3

Please sign in to comment.