ember-data-source 1.13.9 → 1.13.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/dist/ember-data-tests.js +623 -518
- data/dist/ember-data.js +75 -59
- data/dist/ember-data.js.map +1 -1
- data/dist/ember-data.min.js +4 -4
- data/dist/ember-data.prod.js +74 -57
- data/package.json +2 -2
- metadata +2 -2
data/dist/ember-data-tests.js
CHANGED
@@ -1,84 +1,84 @@
|
|
1
1
|
if (!QUnit.urlParams.nojshint) {
|
2
|
-
module('JSHint - activemodel-adapter/lib');
|
3
|
-
test('activemodel-adapter/lib/main.js should pass jshint', function() {
|
4
|
-
ok(true, 'activemodel-adapter/lib/main.js should pass jshint.');
|
2
|
+
QUnit.module('JSHint - activemodel-adapter/lib');
|
3
|
+
QUnit.test('activemodel-adapter/lib/main.js should pass jshint', function(assert) {
|
4
|
+
assert.ok(true, 'activemodel-adapter/lib/main.js should pass jshint.');
|
5
5
|
});
|
6
6
|
|
7
7
|
}
|
8
8
|
if (!QUnit.urlParams.nojshint) {
|
9
|
-
module('JSHint - activemodel-adapter/lib');
|
10
|
-
test('activemodel-adapter/lib/setup-container.js should pass jshint', function() {
|
11
|
-
ok(true, 'activemodel-adapter/lib/setup-container.js should pass jshint.');
|
9
|
+
QUnit.module('JSHint - activemodel-adapter/lib');
|
10
|
+
QUnit.test('activemodel-adapter/lib/setup-container.js should pass jshint', function(assert) {
|
11
|
+
assert.ok(true, 'activemodel-adapter/lib/setup-container.js should pass jshint.');
|
12
12
|
});
|
13
13
|
|
14
14
|
}
|
15
15
|
if (!QUnit.urlParams.nojshint) {
|
16
|
-
module('JSHint - activemodel-adapter/lib');
|
17
|
-
test('activemodel-adapter/lib/system.js should pass jshint', function() {
|
18
|
-
ok(true, 'activemodel-adapter/lib/system.js should pass jshint.');
|
16
|
+
QUnit.module('JSHint - activemodel-adapter/lib');
|
17
|
+
QUnit.test('activemodel-adapter/lib/system.js should pass jshint', function(assert) {
|
18
|
+
assert.ok(true, 'activemodel-adapter/lib/system.js should pass jshint.');
|
19
19
|
});
|
20
20
|
|
21
21
|
}
|
22
22
|
if (!QUnit.urlParams.nojshint) {
|
23
|
-
module('JSHint - activemodel-adapter/lib/system');
|
24
|
-
test('activemodel-adapter/lib/system/active-model-adapter.js should pass jshint', function() {
|
25
|
-
ok(true, 'activemodel-adapter/lib/system/active-model-adapter.js should pass jshint.');
|
23
|
+
QUnit.module('JSHint - activemodel-adapter/lib/system');
|
24
|
+
QUnit.test('activemodel-adapter/lib/system/active-model-adapter.js should pass jshint', function(assert) {
|
25
|
+
assert.ok(true, 'activemodel-adapter/lib/system/active-model-adapter.js should pass jshint.');
|
26
26
|
});
|
27
27
|
|
28
28
|
}
|
29
29
|
if (!QUnit.urlParams.nojshint) {
|
30
|
-
module('JSHint - activemodel-adapter/lib/system');
|
31
|
-
test('activemodel-adapter/lib/system/active-model-serializer.js should pass jshint', function() {
|
32
|
-
ok(true, 'activemodel-adapter/lib/system/active-model-serializer.js should pass jshint.');
|
30
|
+
QUnit.module('JSHint - activemodel-adapter/lib/system');
|
31
|
+
QUnit.test('activemodel-adapter/lib/system/active-model-serializer.js should pass jshint', function(assert) {
|
32
|
+
assert.ok(true, 'activemodel-adapter/lib/system/active-model-serializer.js should pass jshint.');
|
33
33
|
});
|
34
34
|
|
35
35
|
}
|
36
36
|
if (!QUnit.urlParams.nojshint) {
|
37
|
-
module('JSHint - activemodel-adapter/tests/integration');
|
38
|
-
test('activemodel-adapter/tests/integration/active-model-adapter-serializer-test.js should pass jshint', function() {
|
39
|
-
ok(true, 'activemodel-adapter/tests/integration/active-model-adapter-serializer-test.js should pass jshint.');
|
37
|
+
QUnit.module('JSHint - activemodel-adapter/tests/integration');
|
38
|
+
QUnit.test('activemodel-adapter/tests/integration/active-model-adapter-serializer-test.js should pass jshint', function(assert) {
|
39
|
+
assert.ok(true, 'activemodel-adapter/tests/integration/active-model-adapter-serializer-test.js should pass jshint.');
|
40
40
|
});
|
41
41
|
|
42
42
|
}
|
43
43
|
if (!QUnit.urlParams.nojshint) {
|
44
|
-
module('JSHint - activemodel-adapter/tests/integration');
|
45
|
-
test('activemodel-adapter/tests/integration/active-model-adapter-test.js should pass jshint', function() {
|
46
|
-
ok(true, 'activemodel-adapter/tests/integration/active-model-adapter-test.js should pass jshint.');
|
44
|
+
QUnit.module('JSHint - activemodel-adapter/tests/integration');
|
45
|
+
QUnit.test('activemodel-adapter/tests/integration/active-model-adapter-test.js should pass jshint', function(assert) {
|
46
|
+
assert.ok(true, 'activemodel-adapter/tests/integration/active-model-adapter-test.js should pass jshint.');
|
47
47
|
});
|
48
48
|
|
49
49
|
}
|
50
50
|
if (!QUnit.urlParams.nojshint) {
|
51
|
-
module('JSHint - activemodel-adapter/tests/integration');
|
52
|
-
test('activemodel-adapter/tests/integration/active-model-serializer-namespaced-model-name-new-test.js should pass jshint', function() {
|
53
|
-
ok(true, 'activemodel-adapter/tests/integration/active-model-serializer-namespaced-model-name-new-test.js should pass jshint.');
|
51
|
+
QUnit.module('JSHint - activemodel-adapter/tests/integration');
|
52
|
+
QUnit.test('activemodel-adapter/tests/integration/active-model-serializer-namespaced-model-name-new-test.js should pass jshint', function(assert) {
|
53
|
+
assert.ok(true, 'activemodel-adapter/tests/integration/active-model-serializer-namespaced-model-name-new-test.js should pass jshint.');
|
54
54
|
});
|
55
55
|
|
56
56
|
}
|
57
57
|
if (!QUnit.urlParams.nojshint) {
|
58
|
-
module('JSHint - activemodel-adapter/tests/integration');
|
59
|
-
test('activemodel-adapter/tests/integration/active-model-serializer-namespaced-model-name-test.js should pass jshint', function() {
|
60
|
-
ok(true, 'activemodel-adapter/tests/integration/active-model-serializer-namespaced-model-name-test.js should pass jshint.');
|
58
|
+
QUnit.module('JSHint - activemodel-adapter/tests/integration');
|
59
|
+
QUnit.test('activemodel-adapter/tests/integration/active-model-serializer-namespaced-model-name-test.js should pass jshint', function(assert) {
|
60
|
+
assert.ok(true, 'activemodel-adapter/tests/integration/active-model-serializer-namespaced-model-name-test.js should pass jshint.');
|
61
61
|
});
|
62
62
|
|
63
63
|
}
|
64
64
|
if (!QUnit.urlParams.nojshint) {
|
65
|
-
module('JSHint - activemodel-adapter/tests/integration');
|
66
|
-
test('activemodel-adapter/tests/integration/active-model-serializer-new-test.js should pass jshint', function() {
|
67
|
-
ok(true, 'activemodel-adapter/tests/integration/active-model-serializer-new-test.js should pass jshint.');
|
65
|
+
QUnit.module('JSHint - activemodel-adapter/tests/integration');
|
66
|
+
QUnit.test('activemodel-adapter/tests/integration/active-model-serializer-new-test.js should pass jshint', function(assert) {
|
67
|
+
assert.ok(true, 'activemodel-adapter/tests/integration/active-model-serializer-new-test.js should pass jshint.');
|
68
68
|
});
|
69
69
|
|
70
70
|
}
|
71
71
|
if (!QUnit.urlParams.nojshint) {
|
72
|
-
module('JSHint - activemodel-adapter/tests/integration');
|
73
|
-
test('activemodel-adapter/tests/integration/active-model-serializer-test.js should pass jshint', function() {
|
74
|
-
ok(true, 'activemodel-adapter/tests/integration/active-model-serializer-test.js should pass jshint.');
|
72
|
+
QUnit.module('JSHint - activemodel-adapter/tests/integration');
|
73
|
+
QUnit.test('activemodel-adapter/tests/integration/active-model-serializer-test.js should pass jshint', function(assert) {
|
74
|
+
assert.ok(true, 'activemodel-adapter/tests/integration/active-model-serializer-test.js should pass jshint.');
|
75
75
|
});
|
76
76
|
|
77
77
|
}
|
78
78
|
if (!QUnit.urlParams.nojshint) {
|
79
|
-
module('JSHint - activemodel-adapter/tests/unit/adapter');
|
80
|
-
test('activemodel-adapter/tests/unit/adapter/path-for-type-test.js should pass jshint', function() {
|
81
|
-
ok(true, 'activemodel-adapter/tests/unit/adapter/path-for-type-test.js should pass jshint.');
|
79
|
+
QUnit.module('JSHint - activemodel-adapter/tests/unit/adapter');
|
80
|
+
QUnit.test('activemodel-adapter/tests/unit/adapter/path-for-type-test.js should pass jshint', function(assert) {
|
81
|
+
assert.ok(true, 'activemodel-adapter/tests/unit/adapter/path-for-type-test.js should pass jshint.');
|
82
82
|
});
|
83
83
|
|
84
84
|
}
|
@@ -7281,10 +7281,11 @@ define(
|
|
7281
7281
|
var customAdapter;
|
7282
7282
|
customAdapter = ember$data$tests$helpers$custom$adapter$$["default"];
|
7283
7283
|
|
7284
|
+
var ArrayPolyfills = Ember.ArrayPolyfills || Array.prototpe;
|
7284
7285
|
var get = Ember.get;
|
7285
7286
|
var set = Ember.set;
|
7286
|
-
var forEach =
|
7287
|
-
var indexOf =
|
7287
|
+
var forEach = ArrayPolyfills.forEach;
|
7288
|
+
var indexOf = ArrayPolyfills.indexOf;
|
7288
7289
|
var run = Ember.run;
|
7289
7290
|
|
7290
7291
|
var Person, store, env, array, recordArray;
|
@@ -15131,7 +15132,8 @@ define(
|
|
15131
15132
|
|
15132
15133
|
var get = Ember.get;
|
15133
15134
|
var HomePlanet, SuperVillain, EvilMinion, SecretLab, SecretWeapon, BatCave, Comment, league, superVillain, evilMinion, secretWeapon, homePlanet, secretLab, env;
|
15134
|
-
|
15135
|
+
|
15136
|
+
var indexOf = (Ember.ArrayPolyfills || Array.prototype).indexOf;
|
15135
15137
|
var run = Ember.run;
|
15136
15138
|
var LightSaber;
|
15137
15139
|
|
@@ -18153,7 +18155,9 @@ define(
|
|
18153
18155
|
superVillain: DS.belongsTo('super-villain', { async: false }),
|
18154
18156
|
name: DS.attr('string')
|
18155
18157
|
});
|
18156
|
-
YellowMinion = EvilMinion.extend(
|
18158
|
+
YellowMinion = EvilMinion.extend({
|
18159
|
+
eyes: DS.attr('number')
|
18160
|
+
});
|
18157
18161
|
DoomsdayDevice = DS.Model.extend({
|
18158
18162
|
name: DS.attr('string'),
|
18159
18163
|
evilMinion: DS.belongsTo('evil-minion', { polymorphic: true, async: true })
|
@@ -18515,6 +18519,93 @@ define(
|
|
18515
18519
|
return env.restSerializer.typeForRoot('multi_words');
|
18516
18520
|
});
|
18517
18521
|
});
|
18522
|
+
|
18523
|
+
test('normalizeResponse with async polymorphic belongsTo', function () {
|
18524
|
+
env.registry.register('serializer:application', DS.RESTSerializer.extend({
|
18525
|
+
isNewSerializerAPI: true
|
18526
|
+
}));
|
18527
|
+
var store = env.store;
|
18528
|
+
env.adapter.findRecord = function () {
|
18529
|
+
return {
|
18530
|
+
doomsdayDevices: [{
|
18531
|
+
id: 1,
|
18532
|
+
name: "DeathRay",
|
18533
|
+
links: {
|
18534
|
+
evilMinion: '/doomsday-device/1/evil-minion'
|
18535
|
+
}
|
18536
|
+
}]
|
18537
|
+
};
|
18538
|
+
};
|
18539
|
+
|
18540
|
+
env.adapter.findBelongsTo = function () {
|
18541
|
+
return {
|
18542
|
+
evilMinion: {
|
18543
|
+
id: 1,
|
18544
|
+
type: 'yellowMinion',
|
18545
|
+
name: 'Alex',
|
18546
|
+
eyes: 3
|
18547
|
+
}
|
18548
|
+
};
|
18549
|
+
};
|
18550
|
+
run(function () {
|
18551
|
+
store.findRecord('doomsday-device', 1).then(function (deathRay) {
|
18552
|
+
return deathRay.get('evilMinion');
|
18553
|
+
}).then(function (evilMinion) {
|
18554
|
+
equal(evilMinion.get('eyes'), 3);
|
18555
|
+
});
|
18556
|
+
});
|
18557
|
+
});
|
18558
|
+
|
18559
|
+
test('normalizeResponse with async polymorphic hasMany', function () {
|
18560
|
+
SuperVillain.reopen({ evilMinions: DS.hasMany('evil-minion', { async: true, polymorphic: true }) });
|
18561
|
+
env.registry.register('serializer:application', DS.RESTSerializer.extend({
|
18562
|
+
isNewSerializerAPI: true
|
18563
|
+
}));
|
18564
|
+
var store = env.store;
|
18565
|
+
env.adapter.findRecord = function () {
|
18566
|
+
return {
|
18567
|
+
superVillains: [{
|
18568
|
+
id: "1",
|
18569
|
+
firstName: "Yehuda",
|
18570
|
+
lastName: "Katz",
|
18571
|
+
links: {
|
18572
|
+
evilMinions: '/super-villain/1/evil-minions'
|
18573
|
+
}
|
18574
|
+
}]
|
18575
|
+
};
|
18576
|
+
};
|
18577
|
+
|
18578
|
+
env.adapter.findHasMany = function () {
|
18579
|
+
return {
|
18580
|
+
evilMinion: [{
|
18581
|
+
id: 1,
|
18582
|
+
type: 'yellowMinion',
|
18583
|
+
name: 'Alex',
|
18584
|
+
eyes: 3
|
18585
|
+
}]
|
18586
|
+
};
|
18587
|
+
};
|
18588
|
+
run(function () {
|
18589
|
+
store.findRecord('super-villain', 1).then(function (superVillain) {
|
18590
|
+
return superVillain.get('evilMinions');
|
18591
|
+
}).then(function (evilMinions) {
|
18592
|
+
ok(evilMinions.get('firstObject') instanceof YellowMinion);
|
18593
|
+
equal(evilMinions.get('firstObject.eyes'), 3);
|
18594
|
+
});
|
18595
|
+
});
|
18596
|
+
});
|
18597
|
+
|
18598
|
+
test("normalizeResponse can load secondary records of the same type without affecting the query count", function () {
|
18599
|
+
var jsonHash = {
|
18600
|
+
comments: [{ id: "1", body: "Parent Comment", root: true, children: [2, 3] }],
|
18601
|
+
_comments: [{ id: "2", body: "Child Comment 1", root: false }, { id: "3", body: "Child Comment 2", root: false }]
|
18602
|
+
};
|
18603
|
+
var array;
|
18604
|
+
|
18605
|
+
run(function () {
|
18606
|
+
array = env.restSerializer.normalizeResponse(env.store, Comment, jsonHash, '1', 'findRecord');
|
18607
|
+
});
|
18608
|
+
});
|
18518
18609
|
}
|
18519
18610
|
);
|
18520
18611
|
|
@@ -26434,7 +26525,7 @@ define(
|
|
26434
26525
|
var hasMany = DS.hasMany;
|
26435
26526
|
var belongsTo = DS.belongsTo;
|
26436
26527
|
var run = Ember.run;
|
26437
|
-
var forEach = Ember.ArrayPolyfills.forEach;
|
26528
|
+
var forEach = (Ember.ArrayPolyfills || Array.prototype).forEach;
|
26438
26529
|
|
26439
26530
|
module("unit/store/push - DS.Store#push", {
|
26440
26531
|
setup: function () {
|
@@ -27636,1115 +27727,1129 @@ define("ember-data/tests/unit/utils-test", ["exports"], function(__exports__) {
|
|
27636
27727
|
|
27637
27728
|
|
27638
27729
|
if (!QUnit.urlParams.nojshint) {
|
27639
|
-
module('JSHint - ember-data/lib');
|
27640
|
-
test('ember-data/lib/adapters.js should pass jshint', function() {
|
27641
|
-
ok(true, 'ember-data/lib/adapters.js should pass jshint.');
|
27730
|
+
QUnit.module('JSHint - ember-data/lib');
|
27731
|
+
QUnit.test('ember-data/lib/adapters.js should pass jshint', function(assert) {
|
27732
|
+
assert.ok(true, 'ember-data/lib/adapters.js should pass jshint.');
|
27733
|
+
});
|
27734
|
+
|
27735
|
+
}
|
27736
|
+
if (!QUnit.urlParams.nojshint) {
|
27737
|
+
QUnit.module('JSHint - ember-data/lib/adapters');
|
27738
|
+
QUnit.test('ember-data/lib/adapters/build-url-mixin.js should pass jshint', function(assert) {
|
27739
|
+
assert.ok(true, 'ember-data/lib/adapters/build-url-mixin.js should pass jshint.');
|
27740
|
+
});
|
27741
|
+
|
27742
|
+
}
|
27743
|
+
if (!QUnit.urlParams.nojshint) {
|
27744
|
+
QUnit.module('JSHint - ember-data/lib/adapters');
|
27745
|
+
QUnit.test('ember-data/lib/adapters/errors.js should pass jshint', function(assert) {
|
27746
|
+
assert.ok(true, 'ember-data/lib/adapters/errors.js should pass jshint.');
|
27642
27747
|
});
|
27643
27748
|
|
27644
27749
|
}
|
27645
27750
|
if (!QUnit.urlParams.nojshint) {
|
27646
|
-
module('JSHint - ember-data/lib/adapters');
|
27647
|
-
test('ember-data/lib/adapters/
|
27648
|
-
ok(true, 'ember-data/lib/adapters/
|
27751
|
+
QUnit.module('JSHint - ember-data/lib/adapters');
|
27752
|
+
QUnit.test('ember-data/lib/adapters/fixture-adapter.js should pass jshint', function(assert) {
|
27753
|
+
assert.ok(true, 'ember-data/lib/adapters/fixture-adapter.js should pass jshint.');
|
27649
27754
|
});
|
27650
27755
|
|
27651
27756
|
}
|
27652
27757
|
if (!QUnit.urlParams.nojshint) {
|
27653
|
-
module('JSHint - ember-data/lib/adapters');
|
27654
|
-
test('ember-data/lib/adapters/
|
27655
|
-
ok(true, 'ember-data/lib/adapters/
|
27758
|
+
QUnit.module('JSHint - ember-data/lib/adapters');
|
27759
|
+
QUnit.test('ember-data/lib/adapters/json-api-adapter.js should pass jshint', function(assert) {
|
27760
|
+
assert.ok(true, 'ember-data/lib/adapters/json-api-adapter.js should pass jshint.');
|
27656
27761
|
});
|
27657
27762
|
|
27658
27763
|
}
|
27659
27764
|
if (!QUnit.urlParams.nojshint) {
|
27660
|
-
module('JSHint - ember-data/lib/adapters');
|
27661
|
-
test('ember-data/lib/adapters/
|
27662
|
-
ok(true, 'ember-data/lib/adapters/
|
27765
|
+
QUnit.module('JSHint - ember-data/lib/adapters');
|
27766
|
+
QUnit.test('ember-data/lib/adapters/rest-adapter.js should pass jshint', function(assert) {
|
27767
|
+
assert.ok(true, 'ember-data/lib/adapters/rest-adapter.js should pass jshint.');
|
27663
27768
|
});
|
27664
27769
|
|
27665
27770
|
}
|
27666
27771
|
if (!QUnit.urlParams.nojshint) {
|
27667
|
-
module('JSHint - ember-data/lib
|
27668
|
-
test('ember-data/lib/
|
27669
|
-
ok(true, 'ember-data/lib/
|
27772
|
+
QUnit.module('JSHint - ember-data/lib');
|
27773
|
+
QUnit.test('ember-data/lib/core.js should pass jshint', function(assert) {
|
27774
|
+
assert.ok(true, 'ember-data/lib/core.js should pass jshint.');
|
27670
27775
|
});
|
27671
27776
|
|
27672
27777
|
}
|
27673
27778
|
if (!QUnit.urlParams.nojshint) {
|
27674
|
-
module('JSHint - ember-data/lib
|
27675
|
-
test('ember-data/lib/
|
27676
|
-
ok(true, 'ember-data/lib/
|
27779
|
+
QUnit.module('JSHint - ember-data/lib');
|
27780
|
+
QUnit.test('ember-data/lib/ember-initializer.js should pass jshint', function(assert) {
|
27781
|
+
assert.ok(true, 'ember-data/lib/ember-initializer.js should pass jshint.');
|
27677
27782
|
});
|
27678
27783
|
|
27679
27784
|
}
|
27680
27785
|
if (!QUnit.urlParams.nojshint) {
|
27681
|
-
module('JSHint - ember-data/lib');
|
27682
|
-
test('ember-data/lib/
|
27683
|
-
ok(true, 'ember-data/lib/
|
27786
|
+
QUnit.module('JSHint - ember-data/lib/ext');
|
27787
|
+
QUnit.test('ember-data/lib/ext/date.js should pass jshint', function(assert) {
|
27788
|
+
assert.ok(true, 'ember-data/lib/ext/date.js should pass jshint.');
|
27684
27789
|
});
|
27685
27790
|
|
27686
27791
|
}
|
27687
27792
|
if (!QUnit.urlParams.nojshint) {
|
27688
|
-
module('JSHint - ember-data/lib');
|
27689
|
-
test('ember-data/lib/ember
|
27690
|
-
ok(true, 'ember-data/lib/ember
|
27793
|
+
QUnit.module('JSHint - ember-data/lib/ext/ember');
|
27794
|
+
QUnit.test('ember-data/lib/ext/ember/array.js should pass jshint', function(assert) {
|
27795
|
+
assert.ok(true, 'ember-data/lib/ext/ember/array.js should pass jshint.');
|
27691
27796
|
});
|
27692
27797
|
|
27693
27798
|
}
|
27694
27799
|
if (!QUnit.urlParams.nojshint) {
|
27695
|
-
module('JSHint - ember-data/lib/ext');
|
27696
|
-
test('ember-data/lib/ext/
|
27697
|
-
ok(true, 'ember-data/lib/ext/
|
27800
|
+
QUnit.module('JSHint - ember-data/lib/ext/ember');
|
27801
|
+
QUnit.test('ember-data/lib/ext/ember/enumerable-utils.js should pass jshint', function(assert) {
|
27802
|
+
assert.ok(true, 'ember-data/lib/ext/ember/enumerable-utils.js should pass jshint.');
|
27698
27803
|
});
|
27699
27804
|
|
27700
27805
|
}
|
27701
27806
|
if (!QUnit.urlParams.nojshint) {
|
27702
|
-
module('JSHint - ember-data/lib/initializers');
|
27703
|
-
test('ember-data/lib/initializers/data-adapter.js should pass jshint', function() {
|
27704
|
-
ok(true, 'ember-data/lib/initializers/data-adapter.js should pass jshint.');
|
27807
|
+
QUnit.module('JSHint - ember-data/lib/initializers');
|
27808
|
+
QUnit.test('ember-data/lib/initializers/data-adapter.js should pass jshint', function(assert) {
|
27809
|
+
assert.ok(true, 'ember-data/lib/initializers/data-adapter.js should pass jshint.');
|
27705
27810
|
});
|
27706
27811
|
|
27707
27812
|
}
|
27708
27813
|
if (!QUnit.urlParams.nojshint) {
|
27709
|
-
module('JSHint - ember-data/lib/initializers');
|
27710
|
-
test('ember-data/lib/initializers/store-injections.js should pass jshint', function() {
|
27711
|
-
ok(true, 'ember-data/lib/initializers/store-injections.js should pass jshint.');
|
27814
|
+
QUnit.module('JSHint - ember-data/lib/initializers');
|
27815
|
+
QUnit.test('ember-data/lib/initializers/store-injections.js should pass jshint', function(assert) {
|
27816
|
+
assert.ok(true, 'ember-data/lib/initializers/store-injections.js should pass jshint.');
|
27712
27817
|
});
|
27713
27818
|
|
27714
27819
|
}
|
27715
27820
|
if (!QUnit.urlParams.nojshint) {
|
27716
|
-
module('JSHint - ember-data/lib/initializers');
|
27717
|
-
test('ember-data/lib/initializers/store.js should pass jshint', function() {
|
27718
|
-
ok(true, 'ember-data/lib/initializers/store.js should pass jshint.');
|
27821
|
+
QUnit.module('JSHint - ember-data/lib/initializers');
|
27822
|
+
QUnit.test('ember-data/lib/initializers/store.js should pass jshint', function(assert) {
|
27823
|
+
assert.ok(true, 'ember-data/lib/initializers/store.js should pass jshint.');
|
27719
27824
|
});
|
27720
27825
|
|
27721
27826
|
}
|
27722
27827
|
if (!QUnit.urlParams.nojshint) {
|
27723
|
-
module('JSHint - ember-data/lib/initializers');
|
27724
|
-
test('ember-data/lib/initializers/transforms.js should pass jshint', function() {
|
27725
|
-
ok(true, 'ember-data/lib/initializers/transforms.js should pass jshint.');
|
27828
|
+
QUnit.module('JSHint - ember-data/lib/initializers');
|
27829
|
+
QUnit.test('ember-data/lib/initializers/transforms.js should pass jshint', function(assert) {
|
27830
|
+
assert.ok(true, 'ember-data/lib/initializers/transforms.js should pass jshint.');
|
27726
27831
|
});
|
27727
27832
|
|
27728
27833
|
}
|
27729
27834
|
if (!QUnit.urlParams.nojshint) {
|
27730
|
-
module('JSHint - ember-data/lib/instance-initializers');
|
27731
|
-
test('ember-data/lib/instance-initializers/initialize-store-service.js should pass jshint', function() {
|
27732
|
-
ok(true, 'ember-data/lib/instance-initializers/initialize-store-service.js should pass jshint.');
|
27835
|
+
QUnit.module('JSHint - ember-data/lib/instance-initializers');
|
27836
|
+
QUnit.test('ember-data/lib/instance-initializers/initialize-store-service.js should pass jshint', function(assert) {
|
27837
|
+
assert.ok(true, 'ember-data/lib/instance-initializers/initialize-store-service.js should pass jshint.');
|
27733
27838
|
});
|
27734
27839
|
|
27735
27840
|
}
|
27736
27841
|
if (!QUnit.urlParams.nojshint) {
|
27737
|
-
module('JSHint - ember-data/lib');
|
27738
|
-
test('ember-data/lib/main.js should pass jshint', function() {
|
27739
|
-
ok(true, 'ember-data/lib/main.js should pass jshint.');
|
27842
|
+
QUnit.module('JSHint - ember-data/lib');
|
27843
|
+
QUnit.test('ember-data/lib/main.js should pass jshint', function(assert) {
|
27844
|
+
assert.ok(true, 'ember-data/lib/main.js should pass jshint.');
|
27740
27845
|
});
|
27741
27846
|
|
27742
27847
|
}
|
27743
27848
|
if (!QUnit.urlParams.nojshint) {
|
27744
|
-
module('JSHint - ember-data/lib');
|
27745
|
-
test('ember-data/lib/serializers.js should pass jshint', function() {
|
27746
|
-
ok(true, 'ember-data/lib/serializers.js should pass jshint.');
|
27849
|
+
QUnit.module('JSHint - ember-data/lib');
|
27850
|
+
QUnit.test('ember-data/lib/serializers.js should pass jshint', function(assert) {
|
27851
|
+
assert.ok(true, 'ember-data/lib/serializers.js should pass jshint.');
|
27747
27852
|
});
|
27748
27853
|
|
27749
27854
|
}
|
27750
27855
|
if (!QUnit.urlParams.nojshint) {
|
27751
|
-
module('JSHint - ember-data/lib/serializers');
|
27752
|
-
test('ember-data/lib/serializers/embedded-records-mixin.js should pass jshint', function() {
|
27753
|
-
ok(true, 'ember-data/lib/serializers/embedded-records-mixin.js should pass jshint.');
|
27856
|
+
QUnit.module('JSHint - ember-data/lib/serializers');
|
27857
|
+
QUnit.test('ember-data/lib/serializers/embedded-records-mixin.js should pass jshint', function(assert) {
|
27858
|
+
assert.ok(true, 'ember-data/lib/serializers/embedded-records-mixin.js should pass jshint.');
|
27754
27859
|
});
|
27755
27860
|
|
27756
27861
|
}
|
27757
27862
|
if (!QUnit.urlParams.nojshint) {
|
27758
|
-
module('JSHint - ember-data/lib/serializers');
|
27759
|
-
test('ember-data/lib/serializers/json-api-serializer.js should pass jshint', function() {
|
27760
|
-
ok(true, 'ember-data/lib/serializers/json-api-serializer.js should pass jshint.');
|
27863
|
+
QUnit.module('JSHint - ember-data/lib/serializers');
|
27864
|
+
QUnit.test('ember-data/lib/serializers/json-api-serializer.js should pass jshint', function(assert) {
|
27865
|
+
assert.ok(true, 'ember-data/lib/serializers/json-api-serializer.js should pass jshint.');
|
27761
27866
|
});
|
27762
27867
|
|
27763
27868
|
}
|
27764
27869
|
if (!QUnit.urlParams.nojshint) {
|
27765
|
-
module('JSHint - ember-data/lib/serializers');
|
27766
|
-
test('ember-data/lib/serializers/json-serializer.js should pass jshint', function() {
|
27767
|
-
ok(true, 'ember-data/lib/serializers/json-serializer.js should pass jshint.');
|
27870
|
+
QUnit.module('JSHint - ember-data/lib/serializers');
|
27871
|
+
QUnit.test('ember-data/lib/serializers/json-serializer.js should pass jshint', function(assert) {
|
27872
|
+
assert.ok(true, 'ember-data/lib/serializers/json-serializer.js should pass jshint.');
|
27768
27873
|
});
|
27769
27874
|
|
27770
27875
|
}
|
27771
27876
|
if (!QUnit.urlParams.nojshint) {
|
27772
|
-
module('JSHint - ember-data/lib/serializers');
|
27773
|
-
test('ember-data/lib/serializers/rest-serializer.js should pass jshint', function() {
|
27774
|
-
ok(true, 'ember-data/lib/serializers/rest-serializer.js should pass jshint.');
|
27877
|
+
QUnit.module('JSHint - ember-data/lib/serializers');
|
27878
|
+
QUnit.test('ember-data/lib/serializers/rest-serializer.js should pass jshint', function(assert) {
|
27879
|
+
assert.ok(true, 'ember-data/lib/serializers/rest-serializer.js should pass jshint.');
|
27775
27880
|
});
|
27776
27881
|
|
27777
27882
|
}
|
27778
27883
|
if (!QUnit.urlParams.nojshint) {
|
27779
|
-
module('JSHint - ember-data/lib');
|
27780
|
-
test('ember-data/lib/setup-container.js should pass jshint', function() {
|
27781
|
-
ok(true, 'ember-data/lib/setup-container.js should pass jshint.');
|
27884
|
+
QUnit.module('JSHint - ember-data/lib');
|
27885
|
+
QUnit.test('ember-data/lib/setup-container.js should pass jshint', function(assert) {
|
27886
|
+
assert.ok(true, 'ember-data/lib/setup-container.js should pass jshint.');
|
27782
27887
|
});
|
27783
27888
|
|
27784
27889
|
}
|
27785
27890
|
if (!QUnit.urlParams.nojshint) {
|
27786
|
-
module('JSHint - ember-data/lib/system');
|
27787
|
-
test('ember-data/lib/system/adapter.js should pass jshint', function() {
|
27788
|
-
ok(true, 'ember-data/lib/system/adapter.js should pass jshint.');
|
27891
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
27892
|
+
QUnit.test('ember-data/lib/system/adapter.js should pass jshint', function(assert) {
|
27893
|
+
assert.ok(true, 'ember-data/lib/system/adapter.js should pass jshint.');
|
27789
27894
|
});
|
27790
27895
|
|
27791
27896
|
}
|
27792
27897
|
if (!QUnit.urlParams.nojshint) {
|
27793
|
-
module('JSHint - ember-data/lib/system');
|
27794
|
-
test('ember-data/lib/system/clone-null.js should pass jshint', function() {
|
27795
|
-
ok(true, 'ember-data/lib/system/clone-null.js should pass jshint.');
|
27898
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
27899
|
+
QUnit.test('ember-data/lib/system/clone-null.js should pass jshint', function(assert) {
|
27900
|
+
assert.ok(true, 'ember-data/lib/system/clone-null.js should pass jshint.');
|
27796
27901
|
});
|
27797
27902
|
|
27798
27903
|
}
|
27799
27904
|
if (!QUnit.urlParams.nojshint) {
|
27800
|
-
module('JSHint - ember-data/lib/system');
|
27801
|
-
test('ember-data/lib/system/coerce-id.js should pass jshint', function() {
|
27802
|
-
ok(true, 'ember-data/lib/system/coerce-id.js should pass jshint.');
|
27905
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
27906
|
+
QUnit.test('ember-data/lib/system/coerce-id.js should pass jshint', function(assert) {
|
27907
|
+
assert.ok(true, 'ember-data/lib/system/coerce-id.js should pass jshint.');
|
27803
27908
|
});
|
27804
27909
|
|
27805
27910
|
}
|
27806
27911
|
if (!QUnit.urlParams.nojshint) {
|
27807
|
-
module('JSHint - ember-data/lib/system');
|
27808
|
-
test('ember-data/lib/system/container-proxy.js should pass jshint', function() {
|
27809
|
-
ok(true, 'ember-data/lib/system/container-proxy.js should pass jshint.');
|
27912
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
27913
|
+
QUnit.test('ember-data/lib/system/container-proxy.js should pass jshint', function(assert) {
|
27914
|
+
assert.ok(true, 'ember-data/lib/system/container-proxy.js should pass jshint.');
|
27810
27915
|
});
|
27811
27916
|
|
27812
27917
|
}
|
27813
27918
|
if (!QUnit.urlParams.nojshint) {
|
27814
|
-
module('JSHint - ember-data/lib/system');
|
27815
|
-
test('ember-data/lib/system/debug.js should pass jshint', function() {
|
27816
|
-
ok(true, 'ember-data/lib/system/debug.js should pass jshint.');
|
27919
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
27920
|
+
QUnit.test('ember-data/lib/system/debug.js should pass jshint', function(assert) {
|
27921
|
+
assert.ok(true, 'ember-data/lib/system/debug.js should pass jshint.');
|
27817
27922
|
});
|
27818
27923
|
|
27819
27924
|
}
|
27820
27925
|
if (!QUnit.urlParams.nojshint) {
|
27821
|
-
module('JSHint - ember-data/lib/system/debug');
|
27822
|
-
test('ember-data/lib/system/debug/debug-adapter.js should pass jshint', function() {
|
27823
|
-
ok(true, 'ember-data/lib/system/debug/debug-adapter.js should pass jshint.');
|
27926
|
+
QUnit.module('JSHint - ember-data/lib/system/debug');
|
27927
|
+
QUnit.test('ember-data/lib/system/debug/debug-adapter.js should pass jshint', function(assert) {
|
27928
|
+
assert.ok(true, 'ember-data/lib/system/debug/debug-adapter.js should pass jshint.');
|
27824
27929
|
});
|
27825
27930
|
|
27826
27931
|
}
|
27827
27932
|
if (!QUnit.urlParams.nojshint) {
|
27828
|
-
module('JSHint - ember-data/lib/system/debug');
|
27829
|
-
test('ember-data/lib/system/debug/debug-info.js should pass jshint', function() {
|
27830
|
-
ok(true, 'ember-data/lib/system/debug/debug-info.js should pass jshint.');
|
27933
|
+
QUnit.module('JSHint - ember-data/lib/system/debug');
|
27934
|
+
QUnit.test('ember-data/lib/system/debug/debug-info.js should pass jshint', function(assert) {
|
27935
|
+
assert.ok(true, 'ember-data/lib/system/debug/debug-info.js should pass jshint.');
|
27831
27936
|
});
|
27832
27937
|
|
27833
27938
|
}
|
27834
27939
|
if (!QUnit.urlParams.nojshint) {
|
27835
|
-
module('JSHint - ember-data/lib/system');
|
27836
|
-
test('ember-data/lib/system/many-array.js should pass jshint', function() {
|
27837
|
-
ok(true, 'ember-data/lib/system/many-array.js should pass jshint.');
|
27940
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
27941
|
+
QUnit.test('ember-data/lib/system/many-array.js should pass jshint', function(assert) {
|
27942
|
+
assert.ok(true, 'ember-data/lib/system/many-array.js should pass jshint.');
|
27838
27943
|
});
|
27839
27944
|
|
27840
27945
|
}
|
27841
27946
|
if (!QUnit.urlParams.nojshint) {
|
27842
|
-
module('JSHint - ember-data/lib/system');
|
27843
|
-
test('ember-data/lib/system/map.js should pass jshint', function() {
|
27844
|
-
ok(true, 'ember-data/lib/system/map.js should pass jshint.');
|
27947
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
27948
|
+
QUnit.test('ember-data/lib/system/map.js should pass jshint', function(assert) {
|
27949
|
+
assert.ok(true, 'ember-data/lib/system/map.js should pass jshint.');
|
27845
27950
|
});
|
27846
27951
|
|
27847
27952
|
}
|
27848
27953
|
if (!QUnit.urlParams.nojshint) {
|
27849
|
-
module('JSHint - ember-data/lib/system');
|
27850
|
-
test('ember-data/lib/system/merge.js should pass jshint', function() {
|
27851
|
-
ok(true, 'ember-data/lib/system/merge.js should pass jshint.');
|
27954
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
27955
|
+
QUnit.test('ember-data/lib/system/merge.js should pass jshint', function(assert) {
|
27956
|
+
assert.ok(true, 'ember-data/lib/system/merge.js should pass jshint.');
|
27852
27957
|
});
|
27853
27958
|
|
27854
27959
|
}
|
27855
27960
|
if (!QUnit.urlParams.nojshint) {
|
27856
|
-
module('JSHint - ember-data/lib/system');
|
27857
|
-
test('ember-data/lib/system/model.js should pass jshint', function() {
|
27858
|
-
ok(true, 'ember-data/lib/system/model.js should pass jshint.');
|
27961
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
27962
|
+
QUnit.test('ember-data/lib/system/model.js should pass jshint', function(assert) {
|
27963
|
+
assert.ok(true, 'ember-data/lib/system/model.js should pass jshint.');
|
27859
27964
|
});
|
27860
27965
|
|
27861
27966
|
}
|
27862
27967
|
if (!QUnit.urlParams.nojshint) {
|
27863
|
-
module('JSHint - ember-data/lib/system/model');
|
27864
|
-
test('ember-data/lib/system/model/attributes.js should pass jshint', function() {
|
27865
|
-
ok(true, 'ember-data/lib/system/model/attributes.js should pass jshint.');
|
27968
|
+
QUnit.module('JSHint - ember-data/lib/system/model');
|
27969
|
+
QUnit.test('ember-data/lib/system/model/attributes.js should pass jshint', function(assert) {
|
27970
|
+
assert.ok(true, 'ember-data/lib/system/model/attributes.js should pass jshint.');
|
27866
27971
|
});
|
27867
27972
|
|
27868
27973
|
}
|
27869
27974
|
if (!QUnit.urlParams.nojshint) {
|
27870
|
-
module('JSHint - ember-data/lib/system/model');
|
27871
|
-
test('ember-data/lib/system/model/errors.js should pass jshint', function() {
|
27872
|
-
ok(true, 'ember-data/lib/system/model/errors.js should pass jshint.');
|
27975
|
+
QUnit.module('JSHint - ember-data/lib/system/model');
|
27976
|
+
QUnit.test('ember-data/lib/system/model/errors.js should pass jshint', function(assert) {
|
27977
|
+
assert.ok(true, 'ember-data/lib/system/model/errors.js should pass jshint.');
|
27873
27978
|
});
|
27874
27979
|
|
27875
27980
|
}
|
27876
27981
|
if (!QUnit.urlParams.nojshint) {
|
27877
|
-
module('JSHint - ember-data/lib/system/model');
|
27878
|
-
test('ember-data/lib/system/model/internal-model.js should pass jshint', function() {
|
27879
|
-
ok(true, 'ember-data/lib/system/model/internal-model.js should pass jshint.');
|
27982
|
+
QUnit.module('JSHint - ember-data/lib/system/model');
|
27983
|
+
QUnit.test('ember-data/lib/system/model/internal-model.js should pass jshint', function(assert) {
|
27984
|
+
assert.ok(true, 'ember-data/lib/system/model/internal-model.js should pass jshint.');
|
27880
27985
|
});
|
27881
27986
|
|
27882
27987
|
}
|
27883
27988
|
if (!QUnit.urlParams.nojshint) {
|
27884
|
-
module('JSHint - ember-data/lib/system/model');
|
27885
|
-
test('ember-data/lib/system/model/model.js should pass jshint', function() {
|
27886
|
-
ok(true, 'ember-data/lib/system/model/model.js should pass jshint.');
|
27989
|
+
QUnit.module('JSHint - ember-data/lib/system/model');
|
27990
|
+
QUnit.test('ember-data/lib/system/model/model.js should pass jshint', function(assert) {
|
27991
|
+
assert.ok(true, 'ember-data/lib/system/model/model.js should pass jshint.');
|
27887
27992
|
});
|
27888
27993
|
|
27889
27994
|
}
|
27890
27995
|
if (!QUnit.urlParams.nojshint) {
|
27891
|
-
module('JSHint - ember-data/lib/system/model');
|
27892
|
-
test('ember-data/lib/system/model/states.js should pass jshint', function() {
|
27893
|
-
ok(true, 'ember-data/lib/system/model/states.js should pass jshint.');
|
27996
|
+
QUnit.module('JSHint - ember-data/lib/system/model');
|
27997
|
+
QUnit.test('ember-data/lib/system/model/states.js should pass jshint', function(assert) {
|
27998
|
+
assert.ok(true, 'ember-data/lib/system/model/states.js should pass jshint.');
|
27894
27999
|
});
|
27895
28000
|
|
27896
28001
|
}
|
27897
28002
|
if (!QUnit.urlParams.nojshint) {
|
27898
|
-
module('JSHint - ember-data/lib/system');
|
27899
|
-
test('ember-data/lib/system/normalize-model-name.js should pass jshint', function() {
|
27900
|
-
ok(true, 'ember-data/lib/system/normalize-model-name.js should pass jshint.');
|
28003
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
28004
|
+
QUnit.test('ember-data/lib/system/normalize-model-name.js should pass jshint', function(assert) {
|
28005
|
+
assert.ok(true, 'ember-data/lib/system/normalize-model-name.js should pass jshint.');
|
27901
28006
|
});
|
27902
28007
|
|
27903
28008
|
}
|
27904
28009
|
if (!QUnit.urlParams.nojshint) {
|
27905
|
-
module('JSHint - ember-data/lib/system');
|
27906
|
-
test('ember-data/lib/system/object-polyfills.js should pass jshint', function() {
|
27907
|
-
ok(true, 'ember-data/lib/system/object-polyfills.js should pass jshint.');
|
28010
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
28011
|
+
QUnit.test('ember-data/lib/system/object-polyfills.js should pass jshint', function(assert) {
|
28012
|
+
assert.ok(true, 'ember-data/lib/system/object-polyfills.js should pass jshint.');
|
27908
28013
|
});
|
27909
28014
|
|
27910
28015
|
}
|
27911
28016
|
if (!QUnit.urlParams.nojshint) {
|
27912
|
-
module('JSHint - ember-data/lib/system');
|
27913
|
-
test('ember-data/lib/system/ordered-set.js should pass jshint', function() {
|
27914
|
-
ok(true, 'ember-data/lib/system/ordered-set.js should pass jshint.');
|
28017
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
28018
|
+
QUnit.test('ember-data/lib/system/ordered-set.js should pass jshint', function(assert) {
|
28019
|
+
assert.ok(true, 'ember-data/lib/system/ordered-set.js should pass jshint.');
|
27915
28020
|
});
|
27916
28021
|
|
27917
28022
|
}
|
27918
28023
|
if (!QUnit.urlParams.nojshint) {
|
27919
|
-
module('JSHint - ember-data/lib/system');
|
27920
|
-
test('ember-data/lib/system/promise-proxies.js should pass jshint', function() {
|
27921
|
-
ok(true, 'ember-data/lib/system/promise-proxies.js should pass jshint.');
|
28024
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
28025
|
+
QUnit.test('ember-data/lib/system/promise-proxies.js should pass jshint', function(assert) {
|
28026
|
+
assert.ok(true, 'ember-data/lib/system/promise-proxies.js should pass jshint.');
|
27922
28027
|
});
|
27923
28028
|
|
27924
28029
|
}
|
27925
28030
|
if (!QUnit.urlParams.nojshint) {
|
27926
|
-
module('JSHint - ember-data/lib/system');
|
27927
|
-
test('ember-data/lib/system/record-array-manager.js should pass jshint', function() {
|
27928
|
-
ok(true, 'ember-data/lib/system/record-array-manager.js should pass jshint.');
|
28031
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
28032
|
+
QUnit.test('ember-data/lib/system/record-array-manager.js should pass jshint', function(assert) {
|
28033
|
+
assert.ok(true, 'ember-data/lib/system/record-array-manager.js should pass jshint.');
|
27929
28034
|
});
|
27930
28035
|
|
27931
28036
|
}
|
27932
28037
|
if (!QUnit.urlParams.nojshint) {
|
27933
|
-
module('JSHint - ember-data/lib/system');
|
27934
|
-
test('ember-data/lib/system/record-arrays.js should pass jshint', function() {
|
27935
|
-
ok(true, 'ember-data/lib/system/record-arrays.js should pass jshint.');
|
28038
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
28039
|
+
QUnit.test('ember-data/lib/system/record-arrays.js should pass jshint', function(assert) {
|
28040
|
+
assert.ok(true, 'ember-data/lib/system/record-arrays.js should pass jshint.');
|
27936
28041
|
});
|
27937
28042
|
|
27938
28043
|
}
|
27939
28044
|
if (!QUnit.urlParams.nojshint) {
|
27940
|
-
module('JSHint - ember-data/lib/system/record-arrays');
|
27941
|
-
test('ember-data/lib/system/record-arrays/adapter-populated-record-array.js should pass jshint', function() {
|
27942
|
-
ok(true, 'ember-data/lib/system/record-arrays/adapter-populated-record-array.js should pass jshint.');
|
28045
|
+
QUnit.module('JSHint - ember-data/lib/system/record-arrays');
|
28046
|
+
QUnit.test('ember-data/lib/system/record-arrays/adapter-populated-record-array.js should pass jshint', function(assert) {
|
28047
|
+
assert.ok(true, 'ember-data/lib/system/record-arrays/adapter-populated-record-array.js should pass jshint.');
|
27943
28048
|
});
|
27944
28049
|
|
27945
28050
|
}
|
27946
28051
|
if (!QUnit.urlParams.nojshint) {
|
27947
|
-
module('JSHint - ember-data/lib/system/record-arrays');
|
27948
|
-
test('ember-data/lib/system/record-arrays/filtered-record-array.js should pass jshint', function() {
|
27949
|
-
ok(true, 'ember-data/lib/system/record-arrays/filtered-record-array.js should pass jshint.');
|
28052
|
+
QUnit.module('JSHint - ember-data/lib/system/record-arrays');
|
28053
|
+
QUnit.test('ember-data/lib/system/record-arrays/filtered-record-array.js should pass jshint', function(assert) {
|
28054
|
+
assert.ok(true, 'ember-data/lib/system/record-arrays/filtered-record-array.js should pass jshint.');
|
27950
28055
|
});
|
27951
28056
|
|
27952
28057
|
}
|
27953
28058
|
if (!QUnit.urlParams.nojshint) {
|
27954
|
-
module('JSHint - ember-data/lib/system/record-arrays');
|
27955
|
-
test('ember-data/lib/system/record-arrays/record-array.js should pass jshint', function() {
|
27956
|
-
ok(true, 'ember-data/lib/system/record-arrays/record-array.js should pass jshint.');
|
28059
|
+
QUnit.module('JSHint - ember-data/lib/system/record-arrays');
|
28060
|
+
QUnit.test('ember-data/lib/system/record-arrays/record-array.js should pass jshint', function(assert) {
|
28061
|
+
assert.ok(true, 'ember-data/lib/system/record-arrays/record-array.js should pass jshint.');
|
27957
28062
|
});
|
27958
28063
|
|
27959
28064
|
}
|
27960
28065
|
if (!QUnit.urlParams.nojshint) {
|
27961
|
-
module('JSHint - ember-data/lib/system');
|
27962
|
-
test('ember-data/lib/system/relationship-meta.js should pass jshint', function() {
|
27963
|
-
ok(true, 'ember-data/lib/system/relationship-meta.js should pass jshint.');
|
28066
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
28067
|
+
QUnit.test('ember-data/lib/system/relationship-meta.js should pass jshint', function(assert) {
|
28068
|
+
assert.ok(true, 'ember-data/lib/system/relationship-meta.js should pass jshint.');
|
27964
28069
|
});
|
27965
28070
|
|
27966
28071
|
}
|
27967
28072
|
if (!QUnit.urlParams.nojshint) {
|
27968
|
-
module('JSHint - ember-data/lib/system');
|
27969
|
-
test('ember-data/lib/system/relationships.js should pass jshint', function() {
|
27970
|
-
ok(true, 'ember-data/lib/system/relationships.js should pass jshint.');
|
28073
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
28074
|
+
QUnit.test('ember-data/lib/system/relationships.js should pass jshint', function(assert) {
|
28075
|
+
assert.ok(true, 'ember-data/lib/system/relationships.js should pass jshint.');
|
27971
28076
|
});
|
27972
28077
|
|
27973
28078
|
}
|
27974
28079
|
if (!QUnit.urlParams.nojshint) {
|
27975
|
-
module('JSHint - ember-data/lib/system/relationships');
|
27976
|
-
test('ember-data/lib/system/relationships/belongs-to.js should pass jshint', function() {
|
27977
|
-
ok(true, 'ember-data/lib/system/relationships/belongs-to.js should pass jshint.');
|
28080
|
+
QUnit.module('JSHint - ember-data/lib/system/relationships');
|
28081
|
+
QUnit.test('ember-data/lib/system/relationships/belongs-to.js should pass jshint', function(assert) {
|
28082
|
+
assert.ok(true, 'ember-data/lib/system/relationships/belongs-to.js should pass jshint.');
|
27978
28083
|
});
|
27979
28084
|
|
27980
28085
|
}
|
27981
28086
|
if (!QUnit.urlParams.nojshint) {
|
27982
|
-
module('JSHint - ember-data/lib/system/relationships');
|
27983
|
-
test('ember-data/lib/system/relationships/ext.js should pass jshint', function() {
|
27984
|
-
ok(true, 'ember-data/lib/system/relationships/ext.js should pass jshint.');
|
28087
|
+
QUnit.module('JSHint - ember-data/lib/system/relationships');
|
28088
|
+
QUnit.test('ember-data/lib/system/relationships/ext.js should pass jshint', function(assert) {
|
28089
|
+
assert.ok(true, 'ember-data/lib/system/relationships/ext.js should pass jshint.');
|
27985
28090
|
});
|
27986
28091
|
|
27987
28092
|
}
|
27988
28093
|
if (!QUnit.urlParams.nojshint) {
|
27989
|
-
module('JSHint - ember-data/lib/system/relationships');
|
27990
|
-
test('ember-data/lib/system/relationships/has-many.js should pass jshint', function() {
|
27991
|
-
ok(true, 'ember-data/lib/system/relationships/has-many.js should pass jshint.');
|
28094
|
+
QUnit.module('JSHint - ember-data/lib/system/relationships');
|
28095
|
+
QUnit.test('ember-data/lib/system/relationships/has-many.js should pass jshint', function(assert) {
|
28096
|
+
assert.ok(true, 'ember-data/lib/system/relationships/has-many.js should pass jshint.');
|
27992
28097
|
});
|
27993
28098
|
|
27994
28099
|
}
|
27995
28100
|
if (!QUnit.urlParams.nojshint) {
|
27996
|
-
module('JSHint - ember-data/lib/system/relationships/state');
|
27997
|
-
test('ember-data/lib/system/relationships/state/belongs-to.js should pass jshint', function() {
|
27998
|
-
ok(true, 'ember-data/lib/system/relationships/state/belongs-to.js should pass jshint.');
|
28101
|
+
QUnit.module('JSHint - ember-data/lib/system/relationships/state');
|
28102
|
+
QUnit.test('ember-data/lib/system/relationships/state/belongs-to.js should pass jshint', function(assert) {
|
28103
|
+
assert.ok(true, 'ember-data/lib/system/relationships/state/belongs-to.js should pass jshint.');
|
27999
28104
|
});
|
28000
28105
|
|
28001
28106
|
}
|
28002
28107
|
if (!QUnit.urlParams.nojshint) {
|
28003
|
-
module('JSHint - ember-data/lib/system/relationships/state');
|
28004
|
-
test('ember-data/lib/system/relationships/state/create.js should pass jshint', function() {
|
28005
|
-
ok(true, 'ember-data/lib/system/relationships/state/create.js should pass jshint.');
|
28108
|
+
QUnit.module('JSHint - ember-data/lib/system/relationships/state');
|
28109
|
+
QUnit.test('ember-data/lib/system/relationships/state/create.js should pass jshint', function(assert) {
|
28110
|
+
assert.ok(true, 'ember-data/lib/system/relationships/state/create.js should pass jshint.');
|
28006
28111
|
});
|
28007
28112
|
|
28008
28113
|
}
|
28009
28114
|
if (!QUnit.urlParams.nojshint) {
|
28010
|
-
module('JSHint - ember-data/lib/system/relationships/state');
|
28011
|
-
test('ember-data/lib/system/relationships/state/has-many.js should pass jshint', function() {
|
28012
|
-
ok(true, 'ember-data/lib/system/relationships/state/has-many.js should pass jshint.');
|
28115
|
+
QUnit.module('JSHint - ember-data/lib/system/relationships/state');
|
28116
|
+
QUnit.test('ember-data/lib/system/relationships/state/has-many.js should pass jshint', function(assert) {
|
28117
|
+
assert.ok(true, 'ember-data/lib/system/relationships/state/has-many.js should pass jshint.');
|
28013
28118
|
});
|
28014
28119
|
|
28015
28120
|
}
|
28016
28121
|
if (!QUnit.urlParams.nojshint) {
|
28017
|
-
module('JSHint - ember-data/lib/system/relationships/state');
|
28018
|
-
test('ember-data/lib/system/relationships/state/relationship.js should pass jshint', function() {
|
28019
|
-
ok(true, 'ember-data/lib/system/relationships/state/relationship.js should pass jshint.');
|
28122
|
+
QUnit.module('JSHint - ember-data/lib/system/relationships/state');
|
28123
|
+
QUnit.test('ember-data/lib/system/relationships/state/relationship.js should pass jshint', function(assert) {
|
28124
|
+
assert.ok(true, 'ember-data/lib/system/relationships/state/relationship.js should pass jshint.');
|
28020
28125
|
});
|
28021
28126
|
|
28022
28127
|
}
|
28023
28128
|
if (!QUnit.urlParams.nojshint) {
|
28024
|
-
module('JSHint - ember-data/lib/system');
|
28025
|
-
test('ember-data/lib/system/serializer.js should pass jshint', function() {
|
28026
|
-
ok(true, 'ember-data/lib/system/serializer.js should pass jshint.');
|
28129
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
28130
|
+
QUnit.test('ember-data/lib/system/serializer.js should pass jshint', function(assert) {
|
28131
|
+
assert.ok(true, 'ember-data/lib/system/serializer.js should pass jshint.');
|
28027
28132
|
});
|
28028
28133
|
|
28029
28134
|
}
|
28030
28135
|
if (!QUnit.urlParams.nojshint) {
|
28031
|
-
module('JSHint - ember-data/lib/system');
|
28032
|
-
test('ember-data/lib/system/snapshot-record-array.js should pass jshint', function() {
|
28033
|
-
ok(true, 'ember-data/lib/system/snapshot-record-array.js should pass jshint.');
|
28136
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
28137
|
+
QUnit.test('ember-data/lib/system/snapshot-record-array.js should pass jshint', function(assert) {
|
28138
|
+
assert.ok(true, 'ember-data/lib/system/snapshot-record-array.js should pass jshint.');
|
28034
28139
|
});
|
28035
28140
|
|
28036
28141
|
}
|
28037
28142
|
if (!QUnit.urlParams.nojshint) {
|
28038
|
-
module('JSHint - ember-data/lib/system');
|
28039
|
-
test('ember-data/lib/system/snapshot.js should pass jshint', function() {
|
28040
|
-
ok(true, 'ember-data/lib/system/snapshot.js should pass jshint.');
|
28143
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
28144
|
+
QUnit.test('ember-data/lib/system/snapshot.js should pass jshint', function(assert) {
|
28145
|
+
assert.ok(true, 'ember-data/lib/system/snapshot.js should pass jshint.');
|
28041
28146
|
});
|
28042
28147
|
|
28043
28148
|
}
|
28044
28149
|
if (!QUnit.urlParams.nojshint) {
|
28045
|
-
module('JSHint - ember-data/lib/system');
|
28046
|
-
test('ember-data/lib/system/store.js should pass jshint', function() {
|
28047
|
-
ok(true, 'ember-data/lib/system/store.js should pass jshint.');
|
28150
|
+
QUnit.module('JSHint - ember-data/lib/system');
|
28151
|
+
QUnit.test('ember-data/lib/system/store.js should pass jshint', function(assert) {
|
28152
|
+
assert.ok(true, 'ember-data/lib/system/store.js should pass jshint.');
|
28048
28153
|
});
|
28049
28154
|
|
28050
28155
|
}
|
28051
28156
|
if (!QUnit.urlParams.nojshint) {
|
28052
|
-
module('JSHint - ember-data/lib/system/store');
|
28053
|
-
test('ember-data/lib/system/store/common.js should pass jshint', function() {
|
28054
|
-
ok(true, 'ember-data/lib/system/store/common.js should pass jshint.');
|
28157
|
+
QUnit.module('JSHint - ember-data/lib/system/store');
|
28158
|
+
QUnit.test('ember-data/lib/system/store/common.js should pass jshint', function(assert) {
|
28159
|
+
assert.ok(true, 'ember-data/lib/system/store/common.js should pass jshint.');
|
28055
28160
|
});
|
28056
28161
|
|
28057
28162
|
}
|
28058
28163
|
if (!QUnit.urlParams.nojshint) {
|
28059
|
-
module('JSHint - ember-data/lib/system/store');
|
28060
|
-
test('ember-data/lib/system/store/container-instance-cache.js should pass jshint', function() {
|
28061
|
-
ok(true, 'ember-data/lib/system/store/container-instance-cache.js should pass jshint.');
|
28164
|
+
QUnit.module('JSHint - ember-data/lib/system/store');
|
28165
|
+
QUnit.test('ember-data/lib/system/store/container-instance-cache.js should pass jshint', function(assert) {
|
28166
|
+
assert.ok(true, 'ember-data/lib/system/store/container-instance-cache.js should pass jshint.');
|
28062
28167
|
});
|
28063
28168
|
|
28064
28169
|
}
|
28065
28170
|
if (!QUnit.urlParams.nojshint) {
|
28066
|
-
module('JSHint - ember-data/lib/system/store');
|
28067
|
-
test('ember-data/lib/system/store/finders.js should pass jshint', function() {
|
28068
|
-
ok(true, 'ember-data/lib/system/store/finders.js should pass jshint.');
|
28171
|
+
QUnit.module('JSHint - ember-data/lib/system/store');
|
28172
|
+
QUnit.test('ember-data/lib/system/store/finders.js should pass jshint', function(assert) {
|
28173
|
+
assert.ok(true, 'ember-data/lib/system/store/finders.js should pass jshint.');
|
28069
28174
|
});
|
28070
28175
|
|
28071
28176
|
}
|
28072
28177
|
if (!QUnit.urlParams.nojshint) {
|
28073
|
-
module('JSHint - ember-data/lib/system/store');
|
28074
|
-
test('ember-data/lib/system/store/serializer-response.js should pass jshint', function() {
|
28075
|
-
ok(true, 'ember-data/lib/system/store/serializer-response.js should pass jshint.');
|
28178
|
+
QUnit.module('JSHint - ember-data/lib/system/store');
|
28179
|
+
QUnit.test('ember-data/lib/system/store/serializer-response.js should pass jshint', function(assert) {
|
28180
|
+
assert.ok(true, 'ember-data/lib/system/store/serializer-response.js should pass jshint.');
|
28076
28181
|
});
|
28077
28182
|
|
28078
28183
|
}
|
28079
28184
|
if (!QUnit.urlParams.nojshint) {
|
28080
|
-
module('JSHint - ember-data/lib/system/store');
|
28081
|
-
test('ember-data/lib/system/store/serializers.js should pass jshint', function() {
|
28082
|
-
ok(true, 'ember-data/lib/system/store/serializers.js should pass jshint.');
|
28185
|
+
QUnit.module('JSHint - ember-data/lib/system/store');
|
28186
|
+
QUnit.test('ember-data/lib/system/store/serializers.js should pass jshint', function(assert) {
|
28187
|
+
assert.ok(true, 'ember-data/lib/system/store/serializers.js should pass jshint.');
|
28083
28188
|
});
|
28084
28189
|
|
28085
28190
|
}
|
28086
28191
|
if (!QUnit.urlParams.nojshint) {
|
28087
|
-
module('JSHint - ember-data/lib');
|
28088
|
-
test('ember-data/lib/transforms.js should pass jshint', function() {
|
28089
|
-
ok(true, 'ember-data/lib/transforms.js should pass jshint.');
|
28192
|
+
QUnit.module('JSHint - ember-data/lib');
|
28193
|
+
QUnit.test('ember-data/lib/transforms.js should pass jshint', function(assert) {
|
28194
|
+
assert.ok(true, 'ember-data/lib/transforms.js should pass jshint.');
|
28090
28195
|
});
|
28091
28196
|
|
28092
28197
|
}
|
28093
28198
|
if (!QUnit.urlParams.nojshint) {
|
28094
|
-
module('JSHint - ember-data/lib/transforms');
|
28095
|
-
test('ember-data/lib/transforms/base.js should pass jshint', function() {
|
28096
|
-
ok(true, 'ember-data/lib/transforms/base.js should pass jshint.');
|
28199
|
+
QUnit.module('JSHint - ember-data/lib/transforms');
|
28200
|
+
QUnit.test('ember-data/lib/transforms/base.js should pass jshint', function(assert) {
|
28201
|
+
assert.ok(true, 'ember-data/lib/transforms/base.js should pass jshint.');
|
28097
28202
|
});
|
28098
28203
|
|
28099
28204
|
}
|
28100
28205
|
if (!QUnit.urlParams.nojshint) {
|
28101
|
-
module('JSHint - ember-data/lib/transforms');
|
28102
|
-
test('ember-data/lib/transforms/boolean.js should pass jshint', function() {
|
28103
|
-
ok(true, 'ember-data/lib/transforms/boolean.js should pass jshint.');
|
28206
|
+
QUnit.module('JSHint - ember-data/lib/transforms');
|
28207
|
+
QUnit.test('ember-data/lib/transforms/boolean.js should pass jshint', function(assert) {
|
28208
|
+
assert.ok(true, 'ember-data/lib/transforms/boolean.js should pass jshint.');
|
28104
28209
|
});
|
28105
28210
|
|
28106
28211
|
}
|
28107
28212
|
if (!QUnit.urlParams.nojshint) {
|
28108
|
-
module('JSHint - ember-data/lib/transforms');
|
28109
|
-
test('ember-data/lib/transforms/date.js should pass jshint', function() {
|
28110
|
-
ok(true, 'ember-data/lib/transforms/date.js should pass jshint.');
|
28213
|
+
QUnit.module('JSHint - ember-data/lib/transforms');
|
28214
|
+
QUnit.test('ember-data/lib/transforms/date.js should pass jshint', function(assert) {
|
28215
|
+
assert.ok(true, 'ember-data/lib/transforms/date.js should pass jshint.');
|
28111
28216
|
});
|
28112
28217
|
|
28113
28218
|
}
|
28114
28219
|
if (!QUnit.urlParams.nojshint) {
|
28115
|
-
module('JSHint - ember-data/lib/transforms');
|
28116
|
-
test('ember-data/lib/transforms/number.js should pass jshint', function() {
|
28117
|
-
ok(true, 'ember-data/lib/transforms/number.js should pass jshint.');
|
28220
|
+
QUnit.module('JSHint - ember-data/lib/transforms');
|
28221
|
+
QUnit.test('ember-data/lib/transforms/number.js should pass jshint', function(assert) {
|
28222
|
+
assert.ok(true, 'ember-data/lib/transforms/number.js should pass jshint.');
|
28118
28223
|
});
|
28119
28224
|
|
28120
28225
|
}
|
28121
28226
|
if (!QUnit.urlParams.nojshint) {
|
28122
|
-
module('JSHint - ember-data/lib/transforms');
|
28123
|
-
test('ember-data/lib/transforms/string.js should pass jshint', function() {
|
28124
|
-
ok(true, 'ember-data/lib/transforms/string.js should pass jshint.');
|
28227
|
+
QUnit.module('JSHint - ember-data/lib/transforms');
|
28228
|
+
QUnit.test('ember-data/lib/transforms/string.js should pass jshint', function(assert) {
|
28229
|
+
assert.ok(true, 'ember-data/lib/transforms/string.js should pass jshint.');
|
28125
28230
|
});
|
28126
28231
|
|
28127
28232
|
}
|
28128
28233
|
if (!QUnit.urlParams.nojshint) {
|
28129
|
-
module('JSHint - ember-data/lib');
|
28130
|
-
test('ember-data/lib/utils.js should pass jshint', function() {
|
28131
|
-
ok(true, 'ember-data/lib/utils.js should pass jshint.');
|
28234
|
+
QUnit.module('JSHint - ember-data/lib');
|
28235
|
+
QUnit.test('ember-data/lib/utils.js should pass jshint', function(assert) {
|
28236
|
+
assert.ok(true, 'ember-data/lib/utils.js should pass jshint.');
|
28132
28237
|
});
|
28133
28238
|
|
28134
28239
|
}
|
28135
28240
|
if (!QUnit.urlParams.nojshint) {
|
28136
|
-
module('JSHint - ember-data/tests/helpers');
|
28137
|
-
test('ember-data/tests/helpers/custom-adapter.js should pass jshint', function() {
|
28138
|
-
ok(true, 'ember-data/tests/helpers/custom-adapter.js should pass jshint.');
|
28241
|
+
QUnit.module('JSHint - ember-data/tests/helpers');
|
28242
|
+
QUnit.test('ember-data/tests/helpers/custom-adapter.js should pass jshint', function(assert) {
|
28243
|
+
assert.ok(true, 'ember-data/tests/helpers/custom-adapter.js should pass jshint.');
|
28139
28244
|
});
|
28140
28245
|
|
28141
28246
|
}
|
28142
28247
|
if (!QUnit.urlParams.nojshint) {
|
28143
|
-
module('JSHint - ember-data/tests/integration/adapter');
|
28144
|
-
test('ember-data/tests/integration/adapter/build-url-mixin-test.js should pass jshint', function() {
|
28145
|
-
ok(true, 'ember-data/tests/integration/adapter/build-url-mixin-test.js should pass jshint.');
|
28248
|
+
QUnit.module('JSHint - ember-data/tests/integration/adapter');
|
28249
|
+
QUnit.test('ember-data/tests/integration/adapter/build-url-mixin-test.js should pass jshint', function(assert) {
|
28250
|
+
assert.ok(true, 'ember-data/tests/integration/adapter/build-url-mixin-test.js should pass jshint.');
|
28146
28251
|
});
|
28147
28252
|
|
28148
28253
|
}
|
28149
28254
|
if (!QUnit.urlParams.nojshint) {
|
28150
|
-
module('JSHint - ember-data/tests/integration/adapter');
|
28151
|
-
test('ember-data/tests/integration/adapter/find-all-test.js should pass jshint', function() {
|
28152
|
-
ok(true, 'ember-data/tests/integration/adapter/find-all-test.js should pass jshint.');
|
28255
|
+
QUnit.module('JSHint - ember-data/tests/integration/adapter');
|
28256
|
+
QUnit.test('ember-data/tests/integration/adapter/find-all-test.js should pass jshint', function(assert) {
|
28257
|
+
assert.ok(true, 'ember-data/tests/integration/adapter/find-all-test.js should pass jshint.');
|
28153
28258
|
});
|
28154
28259
|
|
28155
28260
|
}
|
28156
28261
|
if (!QUnit.urlParams.nojshint) {
|
28157
|
-
module('JSHint - ember-data/tests/integration/adapter');
|
28158
|
-
test('ember-data/tests/integration/adapter/find-test.js should pass jshint', function() {
|
28159
|
-
ok(true, 'ember-data/tests/integration/adapter/find-test.js should pass jshint.');
|
28262
|
+
QUnit.module('JSHint - ember-data/tests/integration/adapter');
|
28263
|
+
QUnit.test('ember-data/tests/integration/adapter/find-test.js should pass jshint', function(assert) {
|
28264
|
+
assert.ok(true, 'ember-data/tests/integration/adapter/find-test.js should pass jshint.');
|
28160
28265
|
});
|
28161
28266
|
|
28162
28267
|
}
|
28163
28268
|
if (!QUnit.urlParams.nojshint) {
|
28164
|
-
module('JSHint - ember-data/tests/integration/adapter');
|
28165
|
-
test('ember-data/tests/integration/adapter/json-api-adapter-test.js should pass jshint', function() {
|
28166
|
-
ok(true, 'ember-data/tests/integration/adapter/json-api-adapter-test.js should pass jshint.');
|
28269
|
+
QUnit.module('JSHint - ember-data/tests/integration/adapter');
|
28270
|
+
QUnit.test('ember-data/tests/integration/adapter/json-api-adapter-test.js should pass jshint', function(assert) {
|
28271
|
+
assert.ok(true, 'ember-data/tests/integration/adapter/json-api-adapter-test.js should pass jshint.');
|
28167
28272
|
});
|
28168
28273
|
|
28169
28274
|
}
|
28170
28275
|
if (!QUnit.urlParams.nojshint) {
|
28171
|
-
module('JSHint - ember-data/tests/integration/adapter');
|
28172
|
-
test('ember-data/tests/integration/adapter/queries-test.js should pass jshint', function() {
|
28173
|
-
ok(true, 'ember-data/tests/integration/adapter/queries-test.js should pass jshint.');
|
28276
|
+
QUnit.module('JSHint - ember-data/tests/integration/adapter');
|
28277
|
+
QUnit.test('ember-data/tests/integration/adapter/queries-test.js should pass jshint', function(assert) {
|
28278
|
+
assert.ok(true, 'ember-data/tests/integration/adapter/queries-test.js should pass jshint.');
|
28174
28279
|
});
|
28175
28280
|
|
28176
28281
|
}
|
28177
28282
|
if (!QUnit.urlParams.nojshint) {
|
28178
|
-
module('JSHint - ember-data/tests/integration/adapter');
|
28179
|
-
test('ember-data/tests/integration/adapter/record-persistence-test.js should pass jshint', function() {
|
28180
|
-
ok(true, 'ember-data/tests/integration/adapter/record-persistence-test.js should pass jshint.');
|
28283
|
+
QUnit.module('JSHint - ember-data/tests/integration/adapter');
|
28284
|
+
QUnit.test('ember-data/tests/integration/adapter/record-persistence-test.js should pass jshint', function(assert) {
|
28285
|
+
assert.ok(true, 'ember-data/tests/integration/adapter/record-persistence-test.js should pass jshint.');
|
28181
28286
|
});
|
28182
28287
|
|
28183
28288
|
}
|
28184
28289
|
if (!QUnit.urlParams.nojshint) {
|
28185
|
-
module('JSHint - ember-data/tests/integration/adapter');
|
28186
|
-
test('ember-data/tests/integration/adapter/rest-adapter-new-test.js should pass jshint', function() {
|
28187
|
-
ok(true, 'ember-data/tests/integration/adapter/rest-adapter-new-test.js should pass jshint.');
|
28290
|
+
QUnit.module('JSHint - ember-data/tests/integration/adapter');
|
28291
|
+
QUnit.test('ember-data/tests/integration/adapter/rest-adapter-new-test.js should pass jshint', function(assert) {
|
28292
|
+
assert.ok(true, 'ember-data/tests/integration/adapter/rest-adapter-new-test.js should pass jshint.');
|
28188
28293
|
});
|
28189
28294
|
|
28190
28295
|
}
|
28191
28296
|
if (!QUnit.urlParams.nojshint) {
|
28192
|
-
module('JSHint - ember-data/tests/integration/adapter');
|
28193
|
-
test('ember-data/tests/integration/adapter/rest-adapter-test.js should pass jshint', function() {
|
28194
|
-
ok(true, 'ember-data/tests/integration/adapter/rest-adapter-test.js should pass jshint.');
|
28297
|
+
QUnit.module('JSHint - ember-data/tests/integration/adapter');
|
28298
|
+
QUnit.test('ember-data/tests/integration/adapter/rest-adapter-test.js should pass jshint', function(assert) {
|
28299
|
+
assert.ok(true, 'ember-data/tests/integration/adapter/rest-adapter-test.js should pass jshint.');
|
28195
28300
|
});
|
28196
28301
|
|
28197
28302
|
}
|
28198
28303
|
if (!QUnit.urlParams.nojshint) {
|
28199
|
-
module('JSHint - ember-data/tests/integration/adapter');
|
28200
|
-
test('ember-data/tests/integration/adapter/serialize-test.js should pass jshint', function() {
|
28201
|
-
ok(true, 'ember-data/tests/integration/adapter/serialize-test.js should pass jshint.');
|
28304
|
+
QUnit.module('JSHint - ember-data/tests/integration/adapter');
|
28305
|
+
QUnit.test('ember-data/tests/integration/adapter/serialize-test.js should pass jshint', function(assert) {
|
28306
|
+
assert.ok(true, 'ember-data/tests/integration/adapter/serialize-test.js should pass jshint.');
|
28202
28307
|
});
|
28203
28308
|
|
28204
28309
|
}
|
28205
28310
|
if (!QUnit.urlParams.nojshint) {
|
28206
|
-
module('JSHint - ember-data/tests/integration/adapter');
|
28207
|
-
test('ember-data/tests/integration/adapter/store-adapter-test.js should pass jshint', function() {
|
28208
|
-
ok(true, 'ember-data/tests/integration/adapter/store-adapter-test.js should pass jshint.');
|
28311
|
+
QUnit.module('JSHint - ember-data/tests/integration/adapter');
|
28312
|
+
QUnit.test('ember-data/tests/integration/adapter/store-adapter-test.js should pass jshint', function(assert) {
|
28313
|
+
assert.ok(true, 'ember-data/tests/integration/adapter/store-adapter-test.js should pass jshint.');
|
28209
28314
|
});
|
28210
28315
|
|
28211
28316
|
}
|
28212
28317
|
if (!QUnit.urlParams.nojshint) {
|
28213
|
-
module('JSHint - ember-data/tests/integration');
|
28214
|
-
test('ember-data/tests/integration/application-test.js should pass jshint', function() {
|
28215
|
-
ok(true, 'ember-data/tests/integration/application-test.js should pass jshint.');
|
28318
|
+
QUnit.module('JSHint - ember-data/tests/integration');
|
28319
|
+
QUnit.test('ember-data/tests/integration/application-test.js should pass jshint', function(assert) {
|
28320
|
+
assert.ok(true, 'ember-data/tests/integration/application-test.js should pass jshint.');
|
28216
28321
|
});
|
28217
28322
|
|
28218
28323
|
}
|
28219
28324
|
if (!QUnit.urlParams.nojshint) {
|
28220
|
-
module('JSHint - ember-data/tests/integration/backwards-compat');
|
28221
|
-
test('ember-data/tests/integration/backwards-compat/deprecate-type-key-test.js should pass jshint', function() {
|
28222
|
-
ok(true, 'ember-data/tests/integration/backwards-compat/deprecate-type-key-test.js should pass jshint.');
|
28325
|
+
QUnit.module('JSHint - ember-data/tests/integration/backwards-compat');
|
28326
|
+
QUnit.test('ember-data/tests/integration/backwards-compat/deprecate-type-key-test.js should pass jshint', function(assert) {
|
28327
|
+
assert.ok(true, 'ember-data/tests/integration/backwards-compat/deprecate-type-key-test.js should pass jshint.');
|
28223
28328
|
});
|
28224
28329
|
|
28225
28330
|
}
|
28226
28331
|
if (!QUnit.urlParams.nojshint) {
|
28227
|
-
module('JSHint - ember-data/tests/integration/backwards-compat');
|
28228
|
-
test('ember-data/tests/integration/backwards-compat/non-dasherized-lookups.js should pass jshint', function() {
|
28229
|
-
ok(true, 'ember-data/tests/integration/backwards-compat/non-dasherized-lookups.js should pass jshint.');
|
28332
|
+
QUnit.module('JSHint - ember-data/tests/integration/backwards-compat');
|
28333
|
+
QUnit.test('ember-data/tests/integration/backwards-compat/non-dasherized-lookups.js should pass jshint', function(assert) {
|
28334
|
+
assert.ok(true, 'ember-data/tests/integration/backwards-compat/non-dasherized-lookups.js should pass jshint.');
|
28230
28335
|
});
|
28231
28336
|
|
28232
28337
|
}
|
28233
28338
|
if (!QUnit.urlParams.nojshint) {
|
28234
|
-
module('JSHint - ember-data/tests/integration');
|
28235
|
-
test('ember-data/tests/integration/client-id-generation-test.js should pass jshint', function() {
|
28236
|
-
ok(true, 'ember-data/tests/integration/client-id-generation-test.js should pass jshint.');
|
28339
|
+
QUnit.module('JSHint - ember-data/tests/integration');
|
28340
|
+
QUnit.test('ember-data/tests/integration/client-id-generation-test.js should pass jshint', function(assert) {
|
28341
|
+
assert.ok(true, 'ember-data/tests/integration/client-id-generation-test.js should pass jshint.');
|
28237
28342
|
});
|
28238
28343
|
|
28239
28344
|
}
|
28240
28345
|
if (!QUnit.urlParams.nojshint) {
|
28241
|
-
module('JSHint - ember-data/tests/integration');
|
28242
|
-
test('ember-data/tests/integration/debug-adapter-test.js should pass jshint', function() {
|
28243
|
-
ok(true, 'ember-data/tests/integration/debug-adapter-test.js should pass jshint.');
|
28346
|
+
QUnit.module('JSHint - ember-data/tests/integration');
|
28347
|
+
QUnit.test('ember-data/tests/integration/debug-adapter-test.js should pass jshint', function(assert) {
|
28348
|
+
assert.ok(true, 'ember-data/tests/integration/debug-adapter-test.js should pass jshint.');
|
28244
28349
|
});
|
28245
28350
|
|
28246
28351
|
}
|
28247
28352
|
if (!QUnit.urlParams.nojshint) {
|
28248
|
-
module('JSHint - ember-data/tests/integration');
|
28249
|
-
test('ember-data/tests/integration/filter-test.js should pass jshint', function() {
|
28250
|
-
ok(true, 'ember-data/tests/integration/filter-test.js should pass jshint.');
|
28353
|
+
QUnit.module('JSHint - ember-data/tests/integration');
|
28354
|
+
QUnit.test('ember-data/tests/integration/filter-test.js should pass jshint', function(assert) {
|
28355
|
+
assert.ok(true, 'ember-data/tests/integration/filter-test.js should pass jshint.');
|
28251
28356
|
});
|
28252
28357
|
|
28253
28358
|
}
|
28254
28359
|
if (!QUnit.urlParams.nojshint) {
|
28255
|
-
module('JSHint - ember-data/tests/integration');
|
28256
|
-
test('ember-data/tests/integration/inverse-test.js should pass jshint', function() {
|
28257
|
-
ok(true, 'ember-data/tests/integration/inverse-test.js should pass jshint.');
|
28360
|
+
QUnit.module('JSHint - ember-data/tests/integration');
|
28361
|
+
QUnit.test('ember-data/tests/integration/inverse-test.js should pass jshint', function(assert) {
|
28362
|
+
assert.ok(true, 'ember-data/tests/integration/inverse-test.js should pass jshint.');
|
28258
28363
|
});
|
28259
28364
|
|
28260
28365
|
}
|
28261
28366
|
if (!QUnit.urlParams.nojshint) {
|
28262
|
-
module('JSHint - ember-data/tests/integration');
|
28263
|
-
test('ember-data/tests/integration/lifecycle-hooks-test.js should pass jshint', function() {
|
28264
|
-
ok(true, 'ember-data/tests/integration/lifecycle-hooks-test.js should pass jshint.');
|
28367
|
+
QUnit.module('JSHint - ember-data/tests/integration');
|
28368
|
+
QUnit.test('ember-data/tests/integration/lifecycle-hooks-test.js should pass jshint', function(assert) {
|
28369
|
+
assert.ok(true, 'ember-data/tests/integration/lifecycle-hooks-test.js should pass jshint.');
|
28265
28370
|
});
|
28266
28371
|
|
28267
28372
|
}
|
28268
28373
|
if (!QUnit.urlParams.nojshint) {
|
28269
|
-
module('JSHint - ember-data/tests/integration');
|
28270
|
-
test('ember-data/tests/integration/multiple_stores_test.js should pass jshint', function() {
|
28271
|
-
ok(true, 'ember-data/tests/integration/multiple_stores_test.js should pass jshint.');
|
28374
|
+
QUnit.module('JSHint - ember-data/tests/integration');
|
28375
|
+
QUnit.test('ember-data/tests/integration/multiple_stores_test.js should pass jshint', function(assert) {
|
28376
|
+
assert.ok(true, 'ember-data/tests/integration/multiple_stores_test.js should pass jshint.');
|
28272
28377
|
});
|
28273
28378
|
|
28274
28379
|
}
|
28275
28380
|
if (!QUnit.urlParams.nojshint) {
|
28276
|
-
module('JSHint - ember-data/tests/integration');
|
28277
|
-
test('ember-data/tests/integration/peek-all-test.js should pass jshint', function() {
|
28278
|
-
ok(true, 'ember-data/tests/integration/peek-all-test.js should pass jshint.');
|
28381
|
+
QUnit.module('JSHint - ember-data/tests/integration');
|
28382
|
+
QUnit.test('ember-data/tests/integration/peek-all-test.js should pass jshint', function(assert) {
|
28383
|
+
assert.ok(true, 'ember-data/tests/integration/peek-all-test.js should pass jshint.');
|
28279
28384
|
});
|
28280
28385
|
|
28281
28386
|
}
|
28282
28387
|
if (!QUnit.urlParams.nojshint) {
|
28283
|
-
module('JSHint - ember-data/tests/integration');
|
28284
|
-
test('ember-data/tests/integration/record-array-manager-test.js should pass jshint', function() {
|
28285
|
-
ok(true, 'ember-data/tests/integration/record-array-manager-test.js should pass jshint.');
|
28388
|
+
QUnit.module('JSHint - ember-data/tests/integration');
|
28389
|
+
QUnit.test('ember-data/tests/integration/record-array-manager-test.js should pass jshint', function(assert) {
|
28390
|
+
assert.ok(true, 'ember-data/tests/integration/record-array-manager-test.js should pass jshint.');
|
28286
28391
|
});
|
28287
28392
|
|
28288
28393
|
}
|
28289
28394
|
if (!QUnit.urlParams.nojshint) {
|
28290
|
-
module('JSHint - ember-data/tests/integration/records');
|
28291
|
-
test('ember-data/tests/integration/records/collection-save-test.js should pass jshint', function() {
|
28292
|
-
ok(true, 'ember-data/tests/integration/records/collection-save-test.js should pass jshint.');
|
28395
|
+
QUnit.module('JSHint - ember-data/tests/integration/records');
|
28396
|
+
QUnit.test('ember-data/tests/integration/records/collection-save-test.js should pass jshint', function(assert) {
|
28397
|
+
assert.ok(true, 'ember-data/tests/integration/records/collection-save-test.js should pass jshint.');
|
28293
28398
|
});
|
28294
28399
|
|
28295
28400
|
}
|
28296
28401
|
if (!QUnit.urlParams.nojshint) {
|
28297
|
-
module('JSHint - ember-data/tests/integration/records');
|
28298
|
-
test('ember-data/tests/integration/records/delete-record-test.js should pass jshint', function() {
|
28299
|
-
ok(true, 'ember-data/tests/integration/records/delete-record-test.js should pass jshint.');
|
28402
|
+
QUnit.module('JSHint - ember-data/tests/integration/records');
|
28403
|
+
QUnit.test('ember-data/tests/integration/records/delete-record-test.js should pass jshint', function(assert) {
|
28404
|
+
assert.ok(true, 'ember-data/tests/integration/records/delete-record-test.js should pass jshint.');
|
28300
28405
|
});
|
28301
28406
|
|
28302
28407
|
}
|
28303
28408
|
if (!QUnit.urlParams.nojshint) {
|
28304
|
-
module('JSHint - ember-data/tests/integration/records');
|
28305
|
-
test('ember-data/tests/integration/records/load-test.js should pass jshint', function() {
|
28306
|
-
ok(true, 'ember-data/tests/integration/records/load-test.js should pass jshint.');
|
28409
|
+
QUnit.module('JSHint - ember-data/tests/integration/records');
|
28410
|
+
QUnit.test('ember-data/tests/integration/records/load-test.js should pass jshint', function(assert) {
|
28411
|
+
assert.ok(true, 'ember-data/tests/integration/records/load-test.js should pass jshint.');
|
28307
28412
|
});
|
28308
28413
|
|
28309
28414
|
}
|
28310
28415
|
if (!QUnit.urlParams.nojshint) {
|
28311
|
-
module('JSHint - ember-data/tests/integration/records');
|
28312
|
-
test('ember-data/tests/integration/records/property-changes-test.js should pass jshint', function() {
|
28313
|
-
ok(true, 'ember-data/tests/integration/records/property-changes-test.js should pass jshint.');
|
28416
|
+
QUnit.module('JSHint - ember-data/tests/integration/records');
|
28417
|
+
QUnit.test('ember-data/tests/integration/records/property-changes-test.js should pass jshint', function(assert) {
|
28418
|
+
assert.ok(true, 'ember-data/tests/integration/records/property-changes-test.js should pass jshint.');
|
28314
28419
|
});
|
28315
28420
|
|
28316
28421
|
}
|
28317
28422
|
if (!QUnit.urlParams.nojshint) {
|
28318
|
-
module('JSHint - ember-data/tests/integration/records');
|
28319
|
-
test('ember-data/tests/integration/records/reload-test.js should pass jshint', function() {
|
28320
|
-
ok(true, 'ember-data/tests/integration/records/reload-test.js should pass jshint.');
|
28423
|
+
QUnit.module('JSHint - ember-data/tests/integration/records');
|
28424
|
+
QUnit.test('ember-data/tests/integration/records/reload-test.js should pass jshint', function(assert) {
|
28425
|
+
assert.ok(true, 'ember-data/tests/integration/records/reload-test.js should pass jshint.');
|
28321
28426
|
});
|
28322
28427
|
|
28323
28428
|
}
|
28324
28429
|
if (!QUnit.urlParams.nojshint) {
|
28325
|
-
module('JSHint - ember-data/tests/integration/records');
|
28326
|
-
test('ember-data/tests/integration/records/save-test.js should pass jshint', function() {
|
28327
|
-
ok(true, 'ember-data/tests/integration/records/save-test.js should pass jshint.');
|
28430
|
+
QUnit.module('JSHint - ember-data/tests/integration/records');
|
28431
|
+
QUnit.test('ember-data/tests/integration/records/save-test.js should pass jshint', function(assert) {
|
28432
|
+
assert.ok(true, 'ember-data/tests/integration/records/save-test.js should pass jshint.');
|
28328
28433
|
});
|
28329
28434
|
|
28330
28435
|
}
|
28331
28436
|
if (!QUnit.urlParams.nojshint) {
|
28332
|
-
module('JSHint - ember-data/tests/integration/records');
|
28333
|
-
test('ember-data/tests/integration/records/unload-test.js should pass jshint', function() {
|
28334
|
-
ok(true, 'ember-data/tests/integration/records/unload-test.js should pass jshint.');
|
28437
|
+
QUnit.module('JSHint - ember-data/tests/integration/records');
|
28438
|
+
QUnit.test('ember-data/tests/integration/records/unload-test.js should pass jshint', function(assert) {
|
28439
|
+
assert.ok(true, 'ember-data/tests/integration/records/unload-test.js should pass jshint.');
|
28335
28440
|
});
|
28336
28441
|
|
28337
28442
|
}
|
28338
28443
|
if (!QUnit.urlParams.nojshint) {
|
28339
|
-
module('JSHint - ember-data/tests/integration/relationships');
|
28340
|
-
test('ember-data/tests/integration/relationships/belongs-to-test.js should pass jshint', function() {
|
28341
|
-
ok(true, 'ember-data/tests/integration/relationships/belongs-to-test.js should pass jshint.');
|
28444
|
+
QUnit.module('JSHint - ember-data/tests/integration/relationships');
|
28445
|
+
QUnit.test('ember-data/tests/integration/relationships/belongs-to-test.js should pass jshint', function(assert) {
|
28446
|
+
assert.ok(true, 'ember-data/tests/integration/relationships/belongs-to-test.js should pass jshint.');
|
28342
28447
|
});
|
28343
28448
|
|
28344
28449
|
}
|
28345
28450
|
if (!QUnit.urlParams.nojshint) {
|
28346
|
-
module('JSHint - ember-data/tests/integration/relationships');
|
28347
|
-
test('ember-data/tests/integration/relationships/has-many-test.js should pass jshint', function() {
|
28348
|
-
ok(true, 'ember-data/tests/integration/relationships/has-many-test.js should pass jshint.');
|
28451
|
+
QUnit.module('JSHint - ember-data/tests/integration/relationships');
|
28452
|
+
QUnit.test('ember-data/tests/integration/relationships/has-many-test.js should pass jshint', function(assert) {
|
28453
|
+
assert.ok(true, 'ember-data/tests/integration/relationships/has-many-test.js should pass jshint.');
|
28349
28454
|
});
|
28350
28455
|
|
28351
28456
|
}
|
28352
28457
|
if (!QUnit.urlParams.nojshint) {
|
28353
|
-
module('JSHint - ember-data/tests/integration/relationships');
|
28354
|
-
test('ember-data/tests/integration/relationships/inverse-relationships-test.js should pass jshint', function() {
|
28355
|
-
ok(true, 'ember-data/tests/integration/relationships/inverse-relationships-test.js should pass jshint.');
|
28458
|
+
QUnit.module('JSHint - ember-data/tests/integration/relationships');
|
28459
|
+
QUnit.test('ember-data/tests/integration/relationships/inverse-relationships-test.js should pass jshint', function(assert) {
|
28460
|
+
assert.ok(true, 'ember-data/tests/integration/relationships/inverse-relationships-test.js should pass jshint.');
|
28356
28461
|
});
|
28357
28462
|
|
28358
28463
|
}
|
28359
28464
|
if (!QUnit.urlParams.nojshint) {
|
28360
|
-
module('JSHint - ember-data/tests/integration/relationships');
|
28361
|
-
test('ember-data/tests/integration/relationships/many-to-many-test.js should pass jshint', function() {
|
28362
|
-
ok(true, 'ember-data/tests/integration/relationships/many-to-many-test.js should pass jshint.');
|
28465
|
+
QUnit.module('JSHint - ember-data/tests/integration/relationships');
|
28466
|
+
QUnit.test('ember-data/tests/integration/relationships/many-to-many-test.js should pass jshint', function(assert) {
|
28467
|
+
assert.ok(true, 'ember-data/tests/integration/relationships/many-to-many-test.js should pass jshint.');
|
28363
28468
|
});
|
28364
28469
|
|
28365
28470
|
}
|
28366
28471
|
if (!QUnit.urlParams.nojshint) {
|
28367
|
-
module('JSHint - ember-data/tests/integration/relationships');
|
28368
|
-
test('ember-data/tests/integration/relationships/one-to-many-test.js should pass jshint', function() {
|
28369
|
-
ok(true, 'ember-data/tests/integration/relationships/one-to-many-test.js should pass jshint.');
|
28472
|
+
QUnit.module('JSHint - ember-data/tests/integration/relationships');
|
28473
|
+
QUnit.test('ember-data/tests/integration/relationships/one-to-many-test.js should pass jshint', function(assert) {
|
28474
|
+
assert.ok(true, 'ember-data/tests/integration/relationships/one-to-many-test.js should pass jshint.');
|
28370
28475
|
});
|
28371
28476
|
|
28372
28477
|
}
|
28373
28478
|
if (!QUnit.urlParams.nojshint) {
|
28374
|
-
module('JSHint - ember-data/tests/integration/relationships');
|
28375
|
-
test('ember-data/tests/integration/relationships/one-to-one-test.js should pass jshint', function() {
|
28376
|
-
ok(true, 'ember-data/tests/integration/relationships/one-to-one-test.js should pass jshint.');
|
28479
|
+
QUnit.module('JSHint - ember-data/tests/integration/relationships');
|
28480
|
+
QUnit.test('ember-data/tests/integration/relationships/one-to-one-test.js should pass jshint', function(assert) {
|
28481
|
+
assert.ok(true, 'ember-data/tests/integration/relationships/one-to-one-test.js should pass jshint.');
|
28377
28482
|
});
|
28378
28483
|
|
28379
28484
|
}
|
28380
28485
|
if (!QUnit.urlParams.nojshint) {
|
28381
|
-
module('JSHint - ember-data/tests/integration/relationships');
|
28382
|
-
test('ember-data/tests/integration/relationships/polymorphic-mixins-belongs-to-test.js should pass jshint', function() {
|
28383
|
-
ok(true, 'ember-data/tests/integration/relationships/polymorphic-mixins-belongs-to-test.js should pass jshint.');
|
28486
|
+
QUnit.module('JSHint - ember-data/tests/integration/relationships');
|
28487
|
+
QUnit.test('ember-data/tests/integration/relationships/polymorphic-mixins-belongs-to-test.js should pass jshint', function(assert) {
|
28488
|
+
assert.ok(true, 'ember-data/tests/integration/relationships/polymorphic-mixins-belongs-to-test.js should pass jshint.');
|
28384
28489
|
});
|
28385
28490
|
|
28386
28491
|
}
|
28387
28492
|
if (!QUnit.urlParams.nojshint) {
|
28388
|
-
module('JSHint - ember-data/tests/integration/relationships');
|
28389
|
-
test('ember-data/tests/integration/relationships/polymorphic-mixins-has-many-test.js should pass jshint', function() {
|
28390
|
-
ok(true, 'ember-data/tests/integration/relationships/polymorphic-mixins-has-many-test.js should pass jshint.');
|
28493
|
+
QUnit.module('JSHint - ember-data/tests/integration/relationships');
|
28494
|
+
QUnit.test('ember-data/tests/integration/relationships/polymorphic-mixins-has-many-test.js should pass jshint', function(assert) {
|
28495
|
+
assert.ok(true, 'ember-data/tests/integration/relationships/polymorphic-mixins-has-many-test.js should pass jshint.');
|
28391
28496
|
});
|
28392
28497
|
|
28393
28498
|
}
|
28394
28499
|
if (!QUnit.urlParams.nojshint) {
|
28395
|
-
module('JSHint - ember-data/tests/integration/serializers');
|
28396
|
-
test('ember-data/tests/integration/serializers/embedded-records-mixin-new-test.js should pass jshint', function() {
|
28397
|
-
ok(true, 'ember-data/tests/integration/serializers/embedded-records-mixin-new-test.js should pass jshint.');
|
28500
|
+
QUnit.module('JSHint - ember-data/tests/integration/serializers');
|
28501
|
+
QUnit.test('ember-data/tests/integration/serializers/embedded-records-mixin-new-test.js should pass jshint', function(assert) {
|
28502
|
+
assert.ok(true, 'ember-data/tests/integration/serializers/embedded-records-mixin-new-test.js should pass jshint.');
|
28398
28503
|
});
|
28399
28504
|
|
28400
28505
|
}
|
28401
28506
|
if (!QUnit.urlParams.nojshint) {
|
28402
|
-
module('JSHint - ember-data/tests/integration/serializers');
|
28403
|
-
test('ember-data/tests/integration/serializers/embedded-records-mixin-test.js should pass jshint', function() {
|
28404
|
-
ok(true, 'ember-data/tests/integration/serializers/embedded-records-mixin-test.js should pass jshint.');
|
28507
|
+
QUnit.module('JSHint - ember-data/tests/integration/serializers');
|
28508
|
+
QUnit.test('ember-data/tests/integration/serializers/embedded-records-mixin-test.js should pass jshint', function(assert) {
|
28509
|
+
assert.ok(true, 'ember-data/tests/integration/serializers/embedded-records-mixin-test.js should pass jshint.');
|
28405
28510
|
});
|
28406
28511
|
|
28407
28512
|
}
|
28408
28513
|
if (!QUnit.urlParams.nojshint) {
|
28409
|
-
module('JSHint - ember-data/tests/integration/serializers');
|
28410
|
-
test('ember-data/tests/integration/serializers/json-api-serializer-test.js should pass jshint', function() {
|
28411
|
-
ok(true, 'ember-data/tests/integration/serializers/json-api-serializer-test.js should pass jshint.');
|
28514
|
+
QUnit.module('JSHint - ember-data/tests/integration/serializers');
|
28515
|
+
QUnit.test('ember-data/tests/integration/serializers/json-api-serializer-test.js should pass jshint', function(assert) {
|
28516
|
+
assert.ok(true, 'ember-data/tests/integration/serializers/json-api-serializer-test.js should pass jshint.');
|
28412
28517
|
});
|
28413
28518
|
|
28414
28519
|
}
|
28415
28520
|
if (!QUnit.urlParams.nojshint) {
|
28416
|
-
module('JSHint - ember-data/tests/integration/serializers');
|
28417
|
-
test('ember-data/tests/integration/serializers/json-serializer-new-test.js should pass jshint', function() {
|
28418
|
-
ok(true, 'ember-data/tests/integration/serializers/json-serializer-new-test.js should pass jshint.');
|
28521
|
+
QUnit.module('JSHint - ember-data/tests/integration/serializers');
|
28522
|
+
QUnit.test('ember-data/tests/integration/serializers/json-serializer-new-test.js should pass jshint', function(assert) {
|
28523
|
+
assert.ok(true, 'ember-data/tests/integration/serializers/json-serializer-new-test.js should pass jshint.');
|
28419
28524
|
});
|
28420
28525
|
|
28421
28526
|
}
|
28422
28527
|
if (!QUnit.urlParams.nojshint) {
|
28423
|
-
module('JSHint - ember-data/tests/integration/serializers');
|
28424
|
-
test('ember-data/tests/integration/serializers/json-serializer-test.js should pass jshint', function() {
|
28425
|
-
ok(true, 'ember-data/tests/integration/serializers/json-serializer-test.js should pass jshint.');
|
28528
|
+
QUnit.module('JSHint - ember-data/tests/integration/serializers');
|
28529
|
+
QUnit.test('ember-data/tests/integration/serializers/json-serializer-test.js should pass jshint', function(assert) {
|
28530
|
+
assert.ok(true, 'ember-data/tests/integration/serializers/json-serializer-test.js should pass jshint.');
|
28426
28531
|
});
|
28427
28532
|
|
28428
28533
|
}
|
28429
28534
|
if (!QUnit.urlParams.nojshint) {
|
28430
|
-
module('JSHint - ember-data/tests/integration/serializers');
|
28431
|
-
test('ember-data/tests/integration/serializers/rest-serializer-new-test.js should pass jshint', function() {
|
28432
|
-
ok(true, 'ember-data/tests/integration/serializers/rest-serializer-new-test.js should pass jshint.');
|
28535
|
+
QUnit.module('JSHint - ember-data/tests/integration/serializers');
|
28536
|
+
QUnit.test('ember-data/tests/integration/serializers/rest-serializer-new-test.js should pass jshint', function(assert) {
|
28537
|
+
assert.ok(true, 'ember-data/tests/integration/serializers/rest-serializer-new-test.js should pass jshint.');
|
28433
28538
|
});
|
28434
28539
|
|
28435
28540
|
}
|
28436
28541
|
if (!QUnit.urlParams.nojshint) {
|
28437
|
-
module('JSHint - ember-data/tests/integration/serializers');
|
28438
|
-
test('ember-data/tests/integration/serializers/rest-serializer-test.js should pass jshint', function() {
|
28439
|
-
ok(true, 'ember-data/tests/integration/serializers/rest-serializer-test.js should pass jshint.');
|
28542
|
+
QUnit.module('JSHint - ember-data/tests/integration/serializers');
|
28543
|
+
QUnit.test('ember-data/tests/integration/serializers/rest-serializer-test.js should pass jshint', function(assert) {
|
28544
|
+
assert.ok(true, 'ember-data/tests/integration/serializers/rest-serializer-test.js should pass jshint.');
|
28440
28545
|
});
|
28441
28546
|
|
28442
28547
|
}
|
28443
28548
|
if (!QUnit.urlParams.nojshint) {
|
28444
|
-
module('JSHint - ember-data/tests/integration');
|
28445
|
-
test('ember-data/tests/integration/setup-container-test.js should pass jshint', function() {
|
28446
|
-
ok(true, 'ember-data/tests/integration/setup-container-test.js should pass jshint.');
|
28549
|
+
QUnit.module('JSHint - ember-data/tests/integration');
|
28550
|
+
QUnit.test('ember-data/tests/integration/setup-container-test.js should pass jshint', function(assert) {
|
28551
|
+
assert.ok(true, 'ember-data/tests/integration/setup-container-test.js should pass jshint.');
|
28447
28552
|
});
|
28448
28553
|
|
28449
28554
|
}
|
28450
28555
|
if (!QUnit.urlParams.nojshint) {
|
28451
|
-
module('JSHint - ember-data/tests/integration');
|
28452
|
-
test('ember-data/tests/integration/snapshot-test.js should pass jshint', function() {
|
28453
|
-
ok(true, 'ember-data/tests/integration/snapshot-test.js should pass jshint.');
|
28556
|
+
QUnit.module('JSHint - ember-data/tests/integration');
|
28557
|
+
QUnit.test('ember-data/tests/integration/snapshot-test.js should pass jshint', function(assert) {
|
28558
|
+
assert.ok(true, 'ember-data/tests/integration/snapshot-test.js should pass jshint.');
|
28454
28559
|
});
|
28455
28560
|
|
28456
28561
|
}
|
28457
28562
|
if (!QUnit.urlParams.nojshint) {
|
28458
|
-
module('JSHint - ember-data/tests/integration');
|
28459
|
-
test('ember-data/tests/integration/store-test.js should pass jshint', function() {
|
28460
|
-
ok(true, 'ember-data/tests/integration/store-test.js should pass jshint.');
|
28563
|
+
QUnit.module('JSHint - ember-data/tests/integration');
|
28564
|
+
QUnit.test('ember-data/tests/integration/store-test.js should pass jshint', function(assert) {
|
28565
|
+
assert.ok(true, 'ember-data/tests/integration/store-test.js should pass jshint.');
|
28461
28566
|
});
|
28462
28567
|
|
28463
28568
|
}
|
28464
28569
|
if (!QUnit.urlParams.nojshint) {
|
28465
|
-
module('JSHint - ember-data/tests/integration/store');
|
28466
|
-
test('ember-data/tests/integration/store/json-api-validation-test.js should pass jshint', function() {
|
28467
|
-
ok(true, 'ember-data/tests/integration/store/json-api-validation-test.js should pass jshint.');
|
28570
|
+
QUnit.module('JSHint - ember-data/tests/integration/store');
|
28571
|
+
QUnit.test('ember-data/tests/integration/store/json-api-validation-test.js should pass jshint', function(assert) {
|
28572
|
+
assert.ok(true, 'ember-data/tests/integration/store/json-api-validation-test.js should pass jshint.');
|
28468
28573
|
});
|
28469
28574
|
|
28470
28575
|
}
|
28471
28576
|
if (!QUnit.urlParams.nojshint) {
|
28472
|
-
module('JSHint - ember-data/tests/integration/store');
|
28473
|
-
test('ember-data/tests/integration/store/query-record-test.js should pass jshint', function() {
|
28474
|
-
ok(true, 'ember-data/tests/integration/store/query-record-test.js should pass jshint.');
|
28577
|
+
QUnit.module('JSHint - ember-data/tests/integration/store');
|
28578
|
+
QUnit.test('ember-data/tests/integration/store/query-record-test.js should pass jshint', function(assert) {
|
28579
|
+
assert.ok(true, 'ember-data/tests/integration/store/query-record-test.js should pass jshint.');
|
28475
28580
|
});
|
28476
28581
|
|
28477
28582
|
}
|
28478
28583
|
if (!QUnit.urlParams.nojshint) {
|
28479
|
-
module('JSHint - ember-data/tests/unit');
|
28480
|
-
test('ember-data/tests/unit/adapter-errors-test.js should pass jshint', function() {
|
28481
|
-
ok(true, 'ember-data/tests/unit/adapter-errors-test.js should pass jshint.');
|
28584
|
+
QUnit.module('JSHint - ember-data/tests/unit');
|
28585
|
+
QUnit.test('ember-data/tests/unit/adapter-errors-test.js should pass jshint', function(assert) {
|
28586
|
+
assert.ok(true, 'ember-data/tests/unit/adapter-errors-test.js should pass jshint.');
|
28482
28587
|
});
|
28483
28588
|
|
28484
28589
|
}
|
28485
28590
|
if (!QUnit.urlParams.nojshint) {
|
28486
|
-
module('JSHint - ember-data/tests/unit');
|
28487
|
-
test('ember-data/tests/unit/adapter-populated-record-array-test.js should pass jshint', function() {
|
28488
|
-
ok(true, 'ember-data/tests/unit/adapter-populated-record-array-test.js should pass jshint.');
|
28591
|
+
QUnit.module('JSHint - ember-data/tests/unit');
|
28592
|
+
QUnit.test('ember-data/tests/unit/adapter-populated-record-array-test.js should pass jshint', function(assert) {
|
28593
|
+
assert.ok(true, 'ember-data/tests/unit/adapter-populated-record-array-test.js should pass jshint.');
|
28489
28594
|
});
|
28490
28595
|
|
28491
28596
|
}
|
28492
28597
|
if (!QUnit.urlParams.nojshint) {
|
28493
|
-
module('JSHint - ember-data/tests/unit/adapters/build-url-mixin');
|
28494
|
-
test('ember-data/tests/unit/adapters/build-url-mixin/path-for-type-test.js should pass jshint', function() {
|
28495
|
-
ok(true, 'ember-data/tests/unit/adapters/build-url-mixin/path-for-type-test.js should pass jshint.');
|
28598
|
+
QUnit.module('JSHint - ember-data/tests/unit/adapters/build-url-mixin');
|
28599
|
+
QUnit.test('ember-data/tests/unit/adapters/build-url-mixin/path-for-type-test.js should pass jshint', function(assert) {
|
28600
|
+
assert.ok(true, 'ember-data/tests/unit/adapters/build-url-mixin/path-for-type-test.js should pass jshint.');
|
28496
28601
|
});
|
28497
28602
|
|
28498
28603
|
}
|
28499
28604
|
if (!QUnit.urlParams.nojshint) {
|
28500
|
-
module('JSHint - ember-data/tests/unit/adapters/json-api-adapter');
|
28501
|
-
test('ember-data/tests/unit/adapters/json-api-adapter/ajax-test.js should pass jshint', function() {
|
28502
|
-
ok(true, 'ember-data/tests/unit/adapters/json-api-adapter/ajax-test.js should pass jshint.');
|
28605
|
+
QUnit.module('JSHint - ember-data/tests/unit/adapters/json-api-adapter');
|
28606
|
+
QUnit.test('ember-data/tests/unit/adapters/json-api-adapter/ajax-test.js should pass jshint', function(assert) {
|
28607
|
+
assert.ok(true, 'ember-data/tests/unit/adapters/json-api-adapter/ajax-test.js should pass jshint.');
|
28503
28608
|
});
|
28504
28609
|
|
28505
28610
|
}
|
28506
28611
|
if (!QUnit.urlParams.nojshint) {
|
28507
|
-
module('JSHint - ember-data/tests/unit/adapters/rest-adapter');
|
28508
|
-
test('ember-data/tests/unit/adapters/rest-adapter/ajax-test.js should pass jshint', function() {
|
28509
|
-
ok(true, 'ember-data/tests/unit/adapters/rest-adapter/ajax-test.js should pass jshint.');
|
28612
|
+
QUnit.module('JSHint - ember-data/tests/unit/adapters/rest-adapter');
|
28613
|
+
QUnit.test('ember-data/tests/unit/adapters/rest-adapter/ajax-test.js should pass jshint', function(assert) {
|
28614
|
+
assert.ok(true, 'ember-data/tests/unit/adapters/rest-adapter/ajax-test.js should pass jshint.');
|
28510
28615
|
});
|
28511
28616
|
|
28512
28617
|
}
|
28513
28618
|
if (!QUnit.urlParams.nojshint) {
|
28514
|
-
module('JSHint - ember-data/tests/unit/adapters/rest-adapter');
|
28515
|
-
test('ember-data/tests/unit/adapters/rest-adapter/deprecated-adapter-methods.js should pass jshint', function() {
|
28516
|
-
ok(true, 'ember-data/tests/unit/adapters/rest-adapter/deprecated-adapter-methods.js should pass jshint.');
|
28619
|
+
QUnit.module('JSHint - ember-data/tests/unit/adapters/rest-adapter');
|
28620
|
+
QUnit.test('ember-data/tests/unit/adapters/rest-adapter/deprecated-adapter-methods.js should pass jshint', function(assert) {
|
28621
|
+
assert.ok(true, 'ember-data/tests/unit/adapters/rest-adapter/deprecated-adapter-methods.js should pass jshint.');
|
28517
28622
|
});
|
28518
28623
|
|
28519
28624
|
}
|
28520
28625
|
if (!QUnit.urlParams.nojshint) {
|
28521
|
-
module('JSHint - ember-data/tests/unit/adapters/rest-adapter');
|
28522
|
-
test('ember-data/tests/unit/adapters/rest-adapter/group-records-for-find-many-test.js should pass jshint', function() {
|
28523
|
-
ok(true, 'ember-data/tests/unit/adapters/rest-adapter/group-records-for-find-many-test.js should pass jshint.');
|
28626
|
+
QUnit.module('JSHint - ember-data/tests/unit/adapters/rest-adapter');
|
28627
|
+
QUnit.test('ember-data/tests/unit/adapters/rest-adapter/group-records-for-find-many-test.js should pass jshint', function(assert) {
|
28628
|
+
assert.ok(true, 'ember-data/tests/unit/adapters/rest-adapter/group-records-for-find-many-test.js should pass jshint.');
|
28524
28629
|
});
|
28525
28630
|
|
28526
28631
|
}
|
28527
28632
|
if (!QUnit.urlParams.nojshint) {
|
28528
|
-
module('JSHint - ember-data/tests/unit');
|
28529
|
-
test('ember-data/tests/unit/debug-test.js should pass jshint', function() {
|
28530
|
-
ok(true, 'ember-data/tests/unit/debug-test.js should pass jshint.');
|
28633
|
+
QUnit.module('JSHint - ember-data/tests/unit');
|
28634
|
+
QUnit.test('ember-data/tests/unit/debug-test.js should pass jshint', function(assert) {
|
28635
|
+
assert.ok(true, 'ember-data/tests/unit/debug-test.js should pass jshint.');
|
28531
28636
|
});
|
28532
28637
|
|
28533
28638
|
}
|
28534
28639
|
if (!QUnit.urlParams.nojshint) {
|
28535
|
-
module('JSHint - ember-data/tests/unit');
|
28536
|
-
test('ember-data/tests/unit/many-array-test.js should pass jshint', function() {
|
28537
|
-
ok(true, 'ember-data/tests/unit/many-array-test.js should pass jshint.');
|
28640
|
+
QUnit.module('JSHint - ember-data/tests/unit');
|
28641
|
+
QUnit.test('ember-data/tests/unit/many-array-test.js should pass jshint', function(assert) {
|
28642
|
+
assert.ok(true, 'ember-data/tests/unit/many-array-test.js should pass jshint.');
|
28538
28643
|
});
|
28539
28644
|
|
28540
28645
|
}
|
28541
28646
|
if (!QUnit.urlParams.nojshint) {
|
28542
|
-
module('JSHint - ember-data/tests/unit');
|
28543
|
-
test('ember-data/tests/unit/model-test.js should pass jshint', function() {
|
28544
|
-
ok(true, 'ember-data/tests/unit/model-test.js should pass jshint.');
|
28647
|
+
QUnit.module('JSHint - ember-data/tests/unit');
|
28648
|
+
QUnit.test('ember-data/tests/unit/model-test.js should pass jshint', function(assert) {
|
28649
|
+
assert.ok(true, 'ember-data/tests/unit/model-test.js should pass jshint.');
|
28545
28650
|
});
|
28546
28651
|
|
28547
28652
|
}
|
28548
28653
|
if (!QUnit.urlParams.nojshint) {
|
28549
|
-
module('JSHint - ember-data/tests/unit/model');
|
28550
|
-
test('ember-data/tests/unit/model/errors-test.js should pass jshint', function() {
|
28551
|
-
ok(true, 'ember-data/tests/unit/model/errors-test.js should pass jshint.');
|
28654
|
+
QUnit.module('JSHint - ember-data/tests/unit/model');
|
28655
|
+
QUnit.test('ember-data/tests/unit/model/errors-test.js should pass jshint', function(assert) {
|
28656
|
+
assert.ok(true, 'ember-data/tests/unit/model/errors-test.js should pass jshint.');
|
28552
28657
|
});
|
28553
28658
|
|
28554
28659
|
}
|
28555
28660
|
if (!QUnit.urlParams.nojshint) {
|
28556
|
-
module('JSHint - ember-data/tests/unit/model');
|
28557
|
-
test('ember-data/tests/unit/model/internal-model-test.js should pass jshint', function() {
|
28558
|
-
ok(true, 'ember-data/tests/unit/model/internal-model-test.js should pass jshint.');
|
28661
|
+
QUnit.module('JSHint - ember-data/tests/unit/model');
|
28662
|
+
QUnit.test('ember-data/tests/unit/model/internal-model-test.js should pass jshint', function(assert) {
|
28663
|
+
assert.ok(true, 'ember-data/tests/unit/model/internal-model-test.js should pass jshint.');
|
28559
28664
|
});
|
28560
28665
|
|
28561
28666
|
}
|
28562
28667
|
if (!QUnit.urlParams.nojshint) {
|
28563
|
-
module('JSHint - ember-data/tests/unit/model');
|
28564
|
-
test('ember-data/tests/unit/model/lifecycle-callbacks-test.js should pass jshint', function() {
|
28565
|
-
ok(true, 'ember-data/tests/unit/model/lifecycle-callbacks-test.js should pass jshint.');
|
28668
|
+
QUnit.module('JSHint - ember-data/tests/unit/model');
|
28669
|
+
QUnit.test('ember-data/tests/unit/model/lifecycle-callbacks-test.js should pass jshint', function(assert) {
|
28670
|
+
assert.ok(true, 'ember-data/tests/unit/model/lifecycle-callbacks-test.js should pass jshint.');
|
28566
28671
|
});
|
28567
28672
|
|
28568
28673
|
}
|
28569
28674
|
if (!QUnit.urlParams.nojshint) {
|
28570
|
-
module('JSHint - ember-data/tests/unit/model');
|
28571
|
-
test('ember-data/tests/unit/model/merge-test.js should pass jshint', function() {
|
28572
|
-
ok(true, 'ember-data/tests/unit/model/merge-test.js should pass jshint.');
|
28675
|
+
QUnit.module('JSHint - ember-data/tests/unit/model');
|
28676
|
+
QUnit.test('ember-data/tests/unit/model/merge-test.js should pass jshint', function(assert) {
|
28677
|
+
assert.ok(true, 'ember-data/tests/unit/model/merge-test.js should pass jshint.');
|
28573
28678
|
});
|
28574
28679
|
|
28575
28680
|
}
|
28576
28681
|
if (!QUnit.urlParams.nojshint) {
|
28577
|
-
module('JSHint - ember-data/tests/unit/model');
|
28578
|
-
test('ember-data/tests/unit/model/relationships-test.js should pass jshint', function() {
|
28579
|
-
ok(true, 'ember-data/tests/unit/model/relationships-test.js should pass jshint.');
|
28682
|
+
QUnit.module('JSHint - ember-data/tests/unit/model');
|
28683
|
+
QUnit.test('ember-data/tests/unit/model/relationships-test.js should pass jshint', function(assert) {
|
28684
|
+
assert.ok(true, 'ember-data/tests/unit/model/relationships-test.js should pass jshint.');
|
28580
28685
|
});
|
28581
28686
|
|
28582
28687
|
}
|
28583
28688
|
if (!QUnit.urlParams.nojshint) {
|
28584
|
-
module('JSHint - ember-data/tests/unit/model/relationships');
|
28585
|
-
test('ember-data/tests/unit/model/relationships/belongs-to-test.js should pass jshint', function() {
|
28586
|
-
ok(true, 'ember-data/tests/unit/model/relationships/belongs-to-test.js should pass jshint.');
|
28689
|
+
QUnit.module('JSHint - ember-data/tests/unit/model/relationships');
|
28690
|
+
QUnit.test('ember-data/tests/unit/model/relationships/belongs-to-test.js should pass jshint', function(assert) {
|
28691
|
+
assert.ok(true, 'ember-data/tests/unit/model/relationships/belongs-to-test.js should pass jshint.');
|
28587
28692
|
});
|
28588
28693
|
|
28589
28694
|
}
|
28590
28695
|
if (!QUnit.urlParams.nojshint) {
|
28591
|
-
module('JSHint - ember-data/tests/unit/model/relationships');
|
28592
|
-
test('ember-data/tests/unit/model/relationships/has-many-test.js should pass jshint', function() {
|
28593
|
-
ok(true, 'ember-data/tests/unit/model/relationships/has-many-test.js should pass jshint.');
|
28696
|
+
QUnit.module('JSHint - ember-data/tests/unit/model/relationships');
|
28697
|
+
QUnit.test('ember-data/tests/unit/model/relationships/has-many-test.js should pass jshint', function(assert) {
|
28698
|
+
assert.ok(true, 'ember-data/tests/unit/model/relationships/has-many-test.js should pass jshint.');
|
28594
28699
|
});
|
28595
28700
|
|
28596
28701
|
}
|
28597
28702
|
if (!QUnit.urlParams.nojshint) {
|
28598
|
-
module('JSHint - ember-data/tests/unit/model/relationships');
|
28599
|
-
test('ember-data/tests/unit/model/relationships/record-array-test.js should pass jshint', function() {
|
28600
|
-
ok(true, 'ember-data/tests/unit/model/relationships/record-array-test.js should pass jshint.');
|
28703
|
+
QUnit.module('JSHint - ember-data/tests/unit/model/relationships');
|
28704
|
+
QUnit.test('ember-data/tests/unit/model/relationships/record-array-test.js should pass jshint', function(assert) {
|
28705
|
+
assert.ok(true, 'ember-data/tests/unit/model/relationships/record-array-test.js should pass jshint.');
|
28601
28706
|
});
|
28602
28707
|
|
28603
28708
|
}
|
28604
28709
|
if (!QUnit.urlParams.nojshint) {
|
28605
|
-
module('JSHint - ember-data/tests/unit/model');
|
28606
|
-
test('ember-data/tests/unit/model/rollback-attributes-test.js should pass jshint', function() {
|
28607
|
-
ok(true, 'ember-data/tests/unit/model/rollback-attributes-test.js should pass jshint.');
|
28710
|
+
QUnit.module('JSHint - ember-data/tests/unit/model');
|
28711
|
+
QUnit.test('ember-data/tests/unit/model/rollback-attributes-test.js should pass jshint', function(assert) {
|
28712
|
+
assert.ok(true, 'ember-data/tests/unit/model/rollback-attributes-test.js should pass jshint.');
|
28608
28713
|
});
|
28609
28714
|
|
28610
28715
|
}
|
28611
28716
|
if (!QUnit.urlParams.nojshint) {
|
28612
|
-
module('JSHint - ember-data/tests/unit/model');
|
28613
|
-
test('ember-data/tests/unit/model/rollback-test.js should pass jshint', function() {
|
28614
|
-
ok(true, 'ember-data/tests/unit/model/rollback-test.js should pass jshint.');
|
28717
|
+
QUnit.module('JSHint - ember-data/tests/unit/model');
|
28718
|
+
QUnit.test('ember-data/tests/unit/model/rollback-test.js should pass jshint', function(assert) {
|
28719
|
+
assert.ok(true, 'ember-data/tests/unit/model/rollback-test.js should pass jshint.');
|
28615
28720
|
});
|
28616
28721
|
|
28617
28722
|
}
|
28618
28723
|
if (!QUnit.urlParams.nojshint) {
|
28619
|
-
module('JSHint - ember-data/tests/unit');
|
28620
|
-
test('ember-data/tests/unit/promise-proxies-test.js should pass jshint', function() {
|
28621
|
-
ok(true, 'ember-data/tests/unit/promise-proxies-test.js should pass jshint.');
|
28724
|
+
QUnit.module('JSHint - ember-data/tests/unit');
|
28725
|
+
QUnit.test('ember-data/tests/unit/promise-proxies-test.js should pass jshint', function(assert) {
|
28726
|
+
assert.ok(true, 'ember-data/tests/unit/promise-proxies-test.js should pass jshint.');
|
28622
28727
|
});
|
28623
28728
|
|
28624
28729
|
}
|
28625
28730
|
if (!QUnit.urlParams.nojshint) {
|
28626
|
-
module('JSHint - ember-data/tests/unit');
|
28627
|
-
test('ember-data/tests/unit/record-array-test.js should pass jshint', function() {
|
28628
|
-
ok(true, 'ember-data/tests/unit/record-array-test.js should pass jshint.');
|
28731
|
+
QUnit.module('JSHint - ember-data/tests/unit');
|
28732
|
+
QUnit.test('ember-data/tests/unit/record-array-test.js should pass jshint', function(assert) {
|
28733
|
+
assert.ok(true, 'ember-data/tests/unit/record-array-test.js should pass jshint.');
|
28629
28734
|
});
|
28630
28735
|
|
28631
28736
|
}
|
28632
28737
|
if (!QUnit.urlParams.nojshint) {
|
28633
|
-
module('JSHint - ember-data/tests/unit/record-arrays');
|
28634
|
-
test('ember-data/tests/unit/record-arrays/filtered-record-array-test.js should pass jshint', function() {
|
28635
|
-
ok(true, 'ember-data/tests/unit/record-arrays/filtered-record-array-test.js should pass jshint.');
|
28738
|
+
QUnit.module('JSHint - ember-data/tests/unit/record-arrays');
|
28739
|
+
QUnit.test('ember-data/tests/unit/record-arrays/filtered-record-array-test.js should pass jshint', function(assert) {
|
28740
|
+
assert.ok(true, 'ember-data/tests/unit/record-arrays/filtered-record-array-test.js should pass jshint.');
|
28636
28741
|
});
|
28637
28742
|
|
28638
28743
|
}
|
28639
28744
|
if (!QUnit.urlParams.nojshint) {
|
28640
|
-
module('JSHint - ember-data/tests/unit');
|
28641
|
-
test('ember-data/tests/unit/states-test.js should pass jshint', function() {
|
28642
|
-
ok(true, 'ember-data/tests/unit/states-test.js should pass jshint.');
|
28745
|
+
QUnit.module('JSHint - ember-data/tests/unit');
|
28746
|
+
QUnit.test('ember-data/tests/unit/states-test.js should pass jshint', function(assert) {
|
28747
|
+
assert.ok(true, 'ember-data/tests/unit/states-test.js should pass jshint.');
|
28643
28748
|
});
|
28644
28749
|
|
28645
28750
|
}
|
28646
28751
|
if (!QUnit.urlParams.nojshint) {
|
28647
|
-
module('JSHint - ember-data/tests/unit/store');
|
28648
|
-
test('ember-data/tests/unit/store/adapter-interop-test.js should pass jshint', function() {
|
28649
|
-
ok(true, 'ember-data/tests/unit/store/adapter-interop-test.js should pass jshint.');
|
28752
|
+
QUnit.module('JSHint - ember-data/tests/unit/store');
|
28753
|
+
QUnit.test('ember-data/tests/unit/store/adapter-interop-test.js should pass jshint', function(assert) {
|
28754
|
+
assert.ok(true, 'ember-data/tests/unit/store/adapter-interop-test.js should pass jshint.');
|
28650
28755
|
});
|
28651
28756
|
|
28652
28757
|
}
|
28653
28758
|
if (!QUnit.urlParams.nojshint) {
|
28654
|
-
module('JSHint - ember-data/tests/unit/store');
|
28655
|
-
test('ember-data/tests/unit/store/create-record-test.js should pass jshint', function() {
|
28656
|
-
ok(true, 'ember-data/tests/unit/store/create-record-test.js should pass jshint.');
|
28759
|
+
QUnit.module('JSHint - ember-data/tests/unit/store');
|
28760
|
+
QUnit.test('ember-data/tests/unit/store/create-record-test.js should pass jshint', function(assert) {
|
28761
|
+
assert.ok(true, 'ember-data/tests/unit/store/create-record-test.js should pass jshint.');
|
28657
28762
|
});
|
28658
28763
|
|
28659
28764
|
}
|
28660
28765
|
if (!QUnit.urlParams.nojshint) {
|
28661
|
-
module('JSHint - ember-data/tests/unit/store');
|
28662
|
-
test('ember-data/tests/unit/store/has_record_for_id_test.js should pass jshint', function() {
|
28663
|
-
ok(true, 'ember-data/tests/unit/store/has_record_for_id_test.js should pass jshint.');
|
28766
|
+
QUnit.module('JSHint - ember-data/tests/unit/store');
|
28767
|
+
QUnit.test('ember-data/tests/unit/store/has_record_for_id_test.js should pass jshint', function(assert) {
|
28768
|
+
assert.ok(true, 'ember-data/tests/unit/store/has_record_for_id_test.js should pass jshint.');
|
28664
28769
|
});
|
28665
28770
|
|
28666
28771
|
}
|
28667
28772
|
if (!QUnit.urlParams.nojshint) {
|
28668
|
-
module('JSHint - ember-data/tests/unit/store');
|
28669
|
-
test('ember-data/tests/unit/store/lookup-test.js should pass jshint', function() {
|
28670
|
-
ok(true, 'ember-data/tests/unit/store/lookup-test.js should pass jshint.');
|
28773
|
+
QUnit.module('JSHint - ember-data/tests/unit/store');
|
28774
|
+
QUnit.test('ember-data/tests/unit/store/lookup-test.js should pass jshint', function(assert) {
|
28775
|
+
assert.ok(true, 'ember-data/tests/unit/store/lookup-test.js should pass jshint.');
|
28671
28776
|
});
|
28672
28777
|
|
28673
28778
|
}
|
28674
28779
|
if (!QUnit.urlParams.nojshint) {
|
28675
|
-
module('JSHint - ember-data/tests/unit/store');
|
28676
|
-
test('ember-data/tests/unit/store/metadata-for-test.js should pass jshint', function() {
|
28677
|
-
ok(true, 'ember-data/tests/unit/store/metadata-for-test.js should pass jshint.');
|
28780
|
+
QUnit.module('JSHint - ember-data/tests/unit/store');
|
28781
|
+
QUnit.test('ember-data/tests/unit/store/metadata-for-test.js should pass jshint', function(assert) {
|
28782
|
+
assert.ok(true, 'ember-data/tests/unit/store/metadata-for-test.js should pass jshint.');
|
28678
28783
|
});
|
28679
28784
|
|
28680
28785
|
}
|
28681
28786
|
if (!QUnit.urlParams.nojshint) {
|
28682
|
-
module('JSHint - ember-data/tests/unit/store');
|
28683
|
-
test('ember-data/tests/unit/store/model-for-test.js should pass jshint', function() {
|
28684
|
-
ok(true, 'ember-data/tests/unit/store/model-for-test.js should pass jshint.');
|
28787
|
+
QUnit.module('JSHint - ember-data/tests/unit/store');
|
28788
|
+
QUnit.test('ember-data/tests/unit/store/model-for-test.js should pass jshint', function(assert) {
|
28789
|
+
assert.ok(true, 'ember-data/tests/unit/store/model-for-test.js should pass jshint.');
|
28685
28790
|
});
|
28686
28791
|
|
28687
28792
|
}
|
28688
28793
|
if (!QUnit.urlParams.nojshint) {
|
28689
|
-
module('JSHint - ember-data/tests/unit/store');
|
28690
|
-
test('ember-data/tests/unit/store/peek-by-id-test.js should pass jshint', function() {
|
28691
|
-
ok(true, 'ember-data/tests/unit/store/peek-by-id-test.js should pass jshint.');
|
28794
|
+
QUnit.module('JSHint - ember-data/tests/unit/store');
|
28795
|
+
QUnit.test('ember-data/tests/unit/store/peek-by-id-test.js should pass jshint', function(assert) {
|
28796
|
+
assert.ok(true, 'ember-data/tests/unit/store/peek-by-id-test.js should pass jshint.');
|
28692
28797
|
});
|
28693
28798
|
|
28694
28799
|
}
|
28695
28800
|
if (!QUnit.urlParams.nojshint) {
|
28696
|
-
module('JSHint - ember-data/tests/unit/store');
|
28697
|
-
test('ember-data/tests/unit/store/push-test.js should pass jshint', function() {
|
28698
|
-
ok(true, 'ember-data/tests/unit/store/push-test.js should pass jshint.');
|
28801
|
+
QUnit.module('JSHint - ember-data/tests/unit/store');
|
28802
|
+
QUnit.test('ember-data/tests/unit/store/push-test.js should pass jshint', function(assert) {
|
28803
|
+
assert.ok(true, 'ember-data/tests/unit/store/push-test.js should pass jshint.');
|
28699
28804
|
});
|
28700
28805
|
|
28701
28806
|
}
|
28702
28807
|
if (!QUnit.urlParams.nojshint) {
|
28703
|
-
module('JSHint - ember-data/tests/unit/store');
|
28704
|
-
test('ember-data/tests/unit/store/serializer-for-test.js should pass jshint', function() {
|
28705
|
-
ok(true, 'ember-data/tests/unit/store/serializer-for-test.js should pass jshint.');
|
28808
|
+
QUnit.module('JSHint - ember-data/tests/unit/store');
|
28809
|
+
QUnit.test('ember-data/tests/unit/store/serializer-for-test.js should pass jshint', function(assert) {
|
28810
|
+
assert.ok(true, 'ember-data/tests/unit/store/serializer-for-test.js should pass jshint.');
|
28706
28811
|
});
|
28707
28812
|
|
28708
28813
|
}
|
28709
28814
|
if (!QUnit.urlParams.nojshint) {
|
28710
|
-
module('JSHint - ember-data/tests/unit/store');
|
28711
|
-
test('ember-data/tests/unit/store/unload-test.js should pass jshint', function() {
|
28712
|
-
ok(true, 'ember-data/tests/unit/store/unload-test.js should pass jshint.');
|
28815
|
+
QUnit.module('JSHint - ember-data/tests/unit/store');
|
28816
|
+
QUnit.test('ember-data/tests/unit/store/unload-test.js should pass jshint', function(assert) {
|
28817
|
+
assert.ok(true, 'ember-data/tests/unit/store/unload-test.js should pass jshint.');
|
28713
28818
|
});
|
28714
28819
|
|
28715
28820
|
}
|
28716
28821
|
if (!QUnit.urlParams.nojshint) {
|
28717
|
-
module('JSHint - ember-data/tests/unit/transform');
|
28718
|
-
test('ember-data/tests/unit/transform/boolean-test.js should pass jshint', function() {
|
28719
|
-
ok(true, 'ember-data/tests/unit/transform/boolean-test.js should pass jshint.');
|
28822
|
+
QUnit.module('JSHint - ember-data/tests/unit/transform');
|
28823
|
+
QUnit.test('ember-data/tests/unit/transform/boolean-test.js should pass jshint', function(assert) {
|
28824
|
+
assert.ok(true, 'ember-data/tests/unit/transform/boolean-test.js should pass jshint.');
|
28720
28825
|
});
|
28721
28826
|
|
28722
28827
|
}
|
28723
28828
|
if (!QUnit.urlParams.nojshint) {
|
28724
|
-
module('JSHint - ember-data/tests/unit/transform');
|
28725
|
-
test('ember-data/tests/unit/transform/date-test.js should pass jshint', function() {
|
28726
|
-
ok(true, 'ember-data/tests/unit/transform/date-test.js should pass jshint.');
|
28829
|
+
QUnit.module('JSHint - ember-data/tests/unit/transform');
|
28830
|
+
QUnit.test('ember-data/tests/unit/transform/date-test.js should pass jshint', function(assert) {
|
28831
|
+
assert.ok(true, 'ember-data/tests/unit/transform/date-test.js should pass jshint.');
|
28727
28832
|
});
|
28728
28833
|
|
28729
28834
|
}
|
28730
28835
|
if (!QUnit.urlParams.nojshint) {
|
28731
|
-
module('JSHint - ember-data/tests/unit/transform');
|
28732
|
-
test('ember-data/tests/unit/transform/number-test.js should pass jshint', function() {
|
28733
|
-
ok(true, 'ember-data/tests/unit/transform/number-test.js should pass jshint.');
|
28836
|
+
QUnit.module('JSHint - ember-data/tests/unit/transform');
|
28837
|
+
QUnit.test('ember-data/tests/unit/transform/number-test.js should pass jshint', function(assert) {
|
28838
|
+
assert.ok(true, 'ember-data/tests/unit/transform/number-test.js should pass jshint.');
|
28734
28839
|
});
|
28735
28840
|
|
28736
28841
|
}
|
28737
28842
|
if (!QUnit.urlParams.nojshint) {
|
28738
|
-
module('JSHint - ember-data/tests/unit/transform');
|
28739
|
-
test('ember-data/tests/unit/transform/string-test.js should pass jshint', function() {
|
28740
|
-
ok(true, 'ember-data/tests/unit/transform/string-test.js should pass jshint.');
|
28843
|
+
QUnit.module('JSHint - ember-data/tests/unit/transform');
|
28844
|
+
QUnit.test('ember-data/tests/unit/transform/string-test.js should pass jshint', function(assert) {
|
28845
|
+
assert.ok(true, 'ember-data/tests/unit/transform/string-test.js should pass jshint.');
|
28741
28846
|
});
|
28742
28847
|
|
28743
28848
|
}
|
28744
28849
|
if (!QUnit.urlParams.nojshint) {
|
28745
|
-
module('JSHint - ember-data/tests/unit');
|
28746
|
-
test('ember-data/tests/unit/utils-test.js should pass jshint', function() {
|
28747
|
-
ok(true, 'ember-data/tests/unit/utils-test.js should pass jshint.');
|
28850
|
+
QUnit.module('JSHint - ember-data/tests/unit');
|
28851
|
+
QUnit.test('ember-data/tests/unit/utils-test.js should pass jshint', function(assert) {
|
28852
|
+
assert.ok(true, 'ember-data/tests/unit/utils-test.js should pass jshint.');
|
28748
28853
|
});
|
28749
28854
|
|
28750
28855
|
}//# sourceMappingURL=ember-data-tests.map
|