Skip to content

Commit

Permalink
feat: add fabric test
Browse files Browse the repository at this point in the history
  • Loading branch information
bun913 committed Feb 25, 2024
1 parent 2d8c464 commit f2fe7c3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},
],
})

0 comments on commit f2fe7c3

Please sign in to comment.