Skip to content

Commit a8fc30d

Browse files
authored
test(oas31): move test out of components (#10300)
Refs #10247
1 parent dfa908d commit a8fc30d

File tree

1 file changed

+1
-0
lines changed
  • test/unit/core/plugins/oas31

1 file changed

+1
-0
lines changed

test/unit/core/plugins/oas31/components/fn.js renamed to test/unit/core/plugins/oas31/fn.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ describe("isOAS31", function () {
99
it("should recognize valid OAS31 version values", function () {
1010
expect(isOAS31Shorthand("3.1.0")).toEqual(true)
1111
expect(isOAS31Shorthand("3.1.1")).toEqual(true)
12+
expect(isOAS31Shorthand("3.1.12")).toEqual(true)
1213
expect(isOAS31Shorthand("3.2.0")).toEqual(false)
1314
expect(isOAS31Shorthand("3.0.0-rc0")).toEqual(false)
1415
})

0 commit comments

Comments
 (0)