-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When I run the test from within atom, with 'ctrl-shift-Y' or 'window:run-package-specs', I get the following exception:
path.js:7 Uncaught (in promise) TypeError: Path must be a string. Received undefined
at assertPath (path.js:7:11)
at join (path.js:1211:7)
at Object.testquire (/home/owen/github/php-interpreter/node_modules/atom-coverage/lib/manager.js:182:21)
The head of the test file:
import { testquire } from 'atom-coverage'
const PhpService = testquire('php-service')I have not created any configurations (shouldn't it use the defaults?).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels