Browse Source

Remove `describe.only`

bubble
Kyle Shockey 7 years ago
parent
commit
075c94f68c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/core/plugins/oas3/wrap-auth-selectors.js

+ 1
- 1
test/core/plugins/oas3/wrap-auth-selectors.js View File

@@ -5,7 +5,7 @@ import {
definitionsToAuthorize
} from "corePlugins/oas3/auth-extensions/wrap-selectors"

describe.only("oas3 plugin - auth extensions - wrapSelectors", function(){
describe("oas3 plugin - auth extensions - wrapSelectors", function(){

describe("execute", function(){



Loading…
Cancel
Save