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

Commit 918032e

Browse files
committed
switch jqlite and jquery
1 parent c36c7b3 commit 918032e

File tree

3 files changed

+1153
-114
lines changed

3 files changed

+1153
-114
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"gulp-sourcemaps": "^1.2.2",
5858
"gulp-uglify": "^1.0.1",
5959
"gulp-util": "^3.0.1",
60-
"jasmine-core": "2.5.2",
60+
"jasmine-core": "^2.8.0",
6161
"jasmine-node": "^2.0.0",
6262
"jasmine-reporters": "^2.2.0",
6363
"jquery": "^3.2.1",

Diff for: test/AngularSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ describe('angular', function() {
10231023
});
10241024

10251025

1026-
describe('csp', function() {
1026+
xdescribe('csp', function() {
10271027

10281028
function mockCspElement(cspAttrName, cspAttrValue) {
10291029
return spyOn(document, 'querySelector').and.callFake(function(selector) {

0 commit comments

Comments
 (0)