~endlessm/jasmine-gjs/trunk

« back to all changes in this revision

Viewing changes to jasmine.json

  • Committer: Philip Chimento
  • Date: 2020-08-25 05:15:50 UTC
  • Revision ID: git-v1:4723ba903072957a060b6ed17613c57e40d48f3e
Load spec files with the same name in different directories

The importer will cache imports with the same name, so we need to make a
fresh copy of the importer with `imports['.']` each time we load a spec
file, in case it has the same name as a preceding spec file.

Closes: #11

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
    "exclude": ["test/fixtures", "test/focusedSpecIntegrationTest.js"],
 
2
    "exclude": ["test/fixtures/*", "test/focusedSpecIntegrationTest.js"],
3
3
    "spec_files": "test",
4
4
    "options": "--verbose"
5
5
}