Skip to content
This repository has been archived by the owner on Jun 23, 2018. It is now read-only.

The plugin should strictly match the modules #29

Closed
Comandeer opened this issue Aug 16, 2016 · 0 comments
Closed

The plugin should strictly match the modules #29

Comandeer opened this issue Aug 16, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@Comandeer
Copy link
Owner

Having the JS module with imports like:

import A from './Test';
import B from './TestNotToMock';

and passing it to the mockr with the options to mock the Test modules we'll end with

import A from './Mockd';
import B from './MockdNotToMock';

The mockr should not perform partial matching, but the full matching.

@Comandeer Comandeer added the bug label Aug 16, 2016
@Comandeer Comandeer self-assigned this Aug 16, 2016
@Comandeer Comandeer added this to the v2.0.0 milestone Aug 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant