Git Product home page Git Product logo

spec-utils's Introduction

spec-utils

This extension adds a set of commands to aid the work with test files.

Suport

Javascript / Typescript files:

Jest, Cypress and mocha identifiers, .ts, .js, .tsx, .jsx file extensions.

Ruby:

RSpec identifies, .rb file extension.

Commands

switchSpec

Switch between the source and test file.

switchSpec

copySpecPath

Copy to the clipboard the relative path of the test file, works from both source and test file.

copySpecPath

toggleFixedSpec

Toggle the closest test block to 'fixed' or 'only' state acording to the current test framework.

toggleFixedSpec

spec-utils's People

Contributors

douglasrochat avatar gabrieldeespindula avatar

Stargazers

Carlinhos de Sousa Junior avatar Matheus Sabino avatar Alice Habitzreuter avatar Daniel da Silva avatar Marcos de Melo avatar Norton Batista Abdala avatar

Watchers

James Cloos avatar Marcos de Melo avatar  avatar

spec-utils's Issues

Add suport for VScode web

Reference on the web extension documentation.

  • The opened workspace or folder is on a virtual file system. Access to workspace files needs to go through the VS Code file system API accessible at vscode.workspace.fs.
  • Importing or requiring other modules is not supported. importScripts is not available as well. As a consequence, the code must be packaged to a single file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.