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

Commit feed7d6

Browse files
committed
chore(tests): use jquery again in e2e tests
jQuery was not included in e2e tests, but we did not notice it as Angular fell back to jqlite…
1 parent 9da8d63 commit feed7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gulp.task('assets', ['bower'], function() {
4242
copyComponent('open-sans-fontface'),
4343
copyComponent('lunr.js','/*.js'),
4444
copyComponent('google-code-prettify'),
45-
copyComponent('jquery', '/jquery.*'),
45+
copyComponent('jquery', '/dist/*.js'),
4646
copyComponent('marked', '/**/*.js', '../node_modules', 'package.json')
4747
);
4848
});

0 commit comments

Comments
 (0)