Skip to content

Commit b5a58cf

Browse files
updated test names
1 parent 248c7b6 commit b5a58cf

30 files changed

Lines changed: 92 additions & 92 deletions

File tree

File renamed without changes.

bmi-ko-multi-impl-1/deno-activator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ This package is intended to be used within the [KGrid Deno Activator](https://gi
66

77
### Run Tests
88
This module includes tests that verify both the underlying knowledge implementation and the activator service.
9-
```deno test test_activator.ts```
9+
```deno test```
File renamed without changes.
File renamed without changes.

bmi-ko-multi-impl-2/bmi-activator-service/deno/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ This package is intended to be used within the [KGrid Deno Activator](https://gi
66

77
### Run Tests
88
This module includes tests that verify both the underlying knowledge implementation and the activator service.
9-
```deno test test_activator.ts```
9+
```deno test```

bmi-ko-with-one-service-multiple-implementations/bmi-calculator-service/implementation_b/test_activator.ts renamed to bmi-ko-multi-impl-2/bmi-activator-service/deno/activator_test.ts

File renamed without changes.

bmi-ko-multi-impl-2/bmi-activator-service/deno/test_knowledge.ts renamed to bmi-ko-multi-impl-2/bmi-activator-service/deno/knowledge_test.ts

File renamed without changes.

bmi-ko-multi-service-1/bmi-activator-service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ This package is intended to be used within the [KGrid Deno Activator](https://gi
66

77
### Run Tests
88
This module includes tests that verify both the underlying knowledge implementation and the activator service.
9-
```deno test test_activator.ts```
9+
```deno test```

bmi-ko-multi-impl-1/deno-activator/test_activator.ts renamed to bmi-ko-multi-service-1/bmi-activator-service/activator_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { assertThrows} from "https://deno.land/std@0.202.0/assert/mod.ts";
2-
import { bmi_category} from "./http_service";
2+
import { bmi_category} from "./http_service.ts";
33

44
Deno.test("test bmi calculation", ()=>{
55
const input ={

bmi-ko-multi-service-1/bmi-activator-service/test_knowledge.ts renamed to bmi-ko-multi-service-1/bmi-activator-service/knowledge_test.ts

File renamed without changes.

0 commit comments

Comments
 (0)