Skip to content

Path must be a string #15

@twifty

Description

@twifty

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?).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions