https://github.com/mitar/meteor-coffeescript-issue
https://github.com/mitar/meteor-coffeescript-issue
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mitar/meteor-coffeescript-issue
- Owner: mitar
- Created: 2018-01-10T20:45:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T21:02:53.000Z (over 8 years ago)
- Last Synced: 2025-02-15T13:24:38.849Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run:
```
meteor test-packages ./
```
Error:
```
W20180110-12:46:56.224(-8)? (STDERR) TypeError: Class constructor Foo cannot be invoked without 'new'
W20180110-12:46:56.224(-8)? (STDERR) at new Bar (tests.coffee:5:5)
W20180110-12:46:56.225(-8)? (STDERR) at tests.coffee (packages/local-test_meteor-coffeescript-issue/tests.coffee:5:1)
W20180110-12:46:56.225(-8)? (STDERR) at fileEvaluate (packages/modules-runtime.js:343:9)
W20180110-12:46:56.225(-8)? (STDERR) at require (packages/modules-runtime.js:238:16)
```