Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 441 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 441 Bytes

These are files that Charlie commonly uses or that he commonly shares with his students.

To run the tests:

node jasmine-runner.js

The config file might look like this:

{
    "calvert": {
        "base-dir": "/home/charlie/",
        "site-dirs": [
          "Documents/AllTest",
          "Git/CloudNotes/Assignments",
          "Git/CloudNotes/Prog270",
          "Git/CloudNotes/Isit322"
        ]
    }
}