spec-utilsThis extension adds a set of commands to aid the work with test files. SuportJavascript / Typescript files:Jest, Cypress and mocha identifiers, .ts, .js, .tsx, .jsx file extensions. Ruby:RSpec identifies, .rb file extension. CommandsswitchSpecSwitch between the source and test file. copySpecPathCopy to the clipboard the relative path of the test file, works from both source and test file. toggleFixedSpecToggle the closest test block to 'fixed' or 'only' state acording to the current test framework. |