Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 5dfb328

Browse files
committed
refactor(test/e2e): make file/directory names consistent
1 parent 5f6949f commit 5dfb328

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
describe('Customizing the jqLite / jQuery version', function() {
22
it('should be able to force jqLite', function() {
3-
loadFixture('ngJq');
3+
loadFixture('ng-jq');
44
expect(element(by.binding('jqueryVersion')).getText()).toBe('jqLite');
55
});
66

77
it('should be able to use a specific version jQuery', function() {
8-
loadFixture('ngJqJquery');
8+
loadFixture('ng-jq-jquery');
99
expect(element(by.binding('jqueryVersion')).getText()).toBe('2.1.0');
1010
});
1111
});
File renamed without changes.

0 commit comments

Comments
 (0)