runtimejs / runtime

[not maintained] Lightweight JavaScript library operating system for the cloud
http://runtimejs.org
Apache License 2.0
1.93k stars 128 forks source link

JS test runner #54

Closed iefserge closed 9 years ago

iefserge commented 9 years ago

@kesla this uses postinstall script to link ../js

iefserge commented 9 years ago

or maybe it would be simpler to just change require('runtimejs') to require('../') in tests

kesla commented 9 years ago

@iefserge yeah rewriting them might be simpler - I don't really see the value of a separate package.json?

kesla commented 9 years ago

@iefserge any progress on this? Are we rewriting the tests to use relative paths?

iefserge commented 9 years ago

@kesla yep, its done. closing this