diff --git a/test/index.test.ts b/test/index.test.ts index 5f70c01..793b01d 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -180,3 +180,17 @@ tester.run("Amazon Q", report, { }, ], }) + +tester.run("App Fabric is wrong", report, { + valid: ["AppFabric"], + invalid: [ + { + text: "App Fabric", + errors: [ + { + message: "App Fabric => AppFabric", + }, + ], + }, + ], +})