~endlessm/jasmine-gjs/trunk

« back to all changes in this revision

Viewing changes to test/fixtures/path1/test.js

  • 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
describe('A suite', function () {});