Commit graph

5 commits

Author SHA1 Message Date
David Majda adfeb87c82 Do not preprecess package.json
Before this commit, package.json in the project root directory was
preprocessed in order to insert correct version into it. This made it
invalid JSON and thus unusable for npm purposes.

This commit makes package.json a valid JSON by hardcoding the version
into it. I think that introducing this small duplicity is outweighted by
being able to use npm in project root directory. For example, it is now
possible to make the "npm test" command work and introduce Travis CI
integration.
2012-10-28 16:01:13 +01:00
David Majda 23e04bb4f4 Jasmine: Delete remains the old test suite 2012-05-06 19:05:38 +02:00
David Majda c27b96051a Jasmine: Initial infrastructure
This is the first of many commits that gradually convert PEG.js's test
suite from QUnit to Jasmine, cleaning it up on the way.

Main reason for the change is that Jasmine allows nested contexts,
allowing to structure the tests in a better way than QUnit. Moreover,
the tests needed to be cleaned up a bit.
2012-05-06 18:39:47 +02:00
David Majda f046e0a838 Move compiler-related source files and tests into a subdirectory 2012-04-19 13:22:37 +02:00
David Majda bc5abfef5c Replace Jakefile with Makefile
Doing scripting tasks in JavaScript is painful.
2012-03-04 11:46:28 +01:00