UNPKG

vscode-run-rspec-file

Version:
8 lines (6 loc) 145 B
import * as testRunner from 'vscode/lib/testrunner'; testRunner.configure({ ui: 'tdd', useColors: true }); module.exports = testRunner;