Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

TestHelper fail in version 2.0.12 #270

Closed
ipip2005 opened this issue Sep 27, 2016 · 2 comments
Closed

TestHelper fail in version 2.0.12 #270

ipip2005 opened this issue Sep 27, 2016 · 2 comments
Milestone

Comments

@ipip2005
Copy link
Collaborator

One line in TestHelper.ts
import {ErrorTolerantWalker} from '../src/utils/ErrorTolerantWalker';
compiled to
var ErrorTolerantWalker_1 = require('../src/utils/ErrorTolerantWalker');
in node_modules, but path ../src/utils/ErrorTolerantWalker is not valid, thus the build break when we try to consume this project.

@HamletDRC HamletDRC added this to the 2.0.13 milestone Sep 27, 2016
@HamletDRC
Copy link
Member

Fix is on the @releases branch. Can you try that dependency and make sure it works?

@ipip2005
Copy link
Collaborator Author

Thanx for this fix, seems the whole test folder moved to src. It should work now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants