You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.toThrowError(`Detected multiple values for parameter http://example.org/n3#lineMode in ex:config. RDF lists should be used for defining multiple values.`);
137
+
.toThrow(`Detected multiple values for parameter http://example.org/n3#lineMode in ex:config. RDF lists should be used for defining multiple values.`);
138
138
});
139
139
140
140
it('instantiated with a config with all parameters with multiple values as list',async()=>{
@@ -181,7 +181,7 @@ describe('construction with component configs as Resource', () => {
.toThrowError(`Detected multiple values for parameter http://example.org/n3#lineMode in ex:config. RDF lists should be used for defining multiple values.`);
253
+
.toThrow(`Detected multiple values for parameter http://example.org/n3#lineMode in ex:config. RDF lists should be used for defining multiple values.`);
254
254
});
255
255
256
256
it('instantiated with a config with all parameters as singular values as list',async()=>{
@@ -328,7 +328,7 @@ describe('construction with component configs as Resource', () => {
.toThrowError(`Detected multiple values for parameter http://example.org/n3#lineMode in ex:config. RDF lists should be used for defining multiple values.`);
331
+
.toThrow(`Detected multiple values for parameter http://example.org/n3#lineMode in ex:config. RDF lists should be used for defining multiple values.`);
332
332
});
333
333
334
334
it('instantiated with a config with all parameters with multiple values as list should throw',async()=>{
@@ -339,7 +339,7 @@ describe('construction with component configs as Resource', () => {
.toThrowError(`Detected multiple values for parameter http://example.org/n3#lineMode in ex:config. RDF lists should be used for defining multiple values.`);
788
+
.toThrow(`Detected multiple values for parameter http://example.org/n3#lineMode in ex:config. RDF lists should be used for defining multiple values.`);
789
789
});
790
790
791
791
it('instantiated with a config with all parameters as singular value in RDF list',async()=>{
@@ -842,15 +842,15 @@ describe('construction with component configs as Resource', () => {
.toThrowError(`Detected multiple values for parameter http://example.org/n3#lineMode in ex:config. RDF lists should be used for defining multiple values.`);
189
+
.toThrow(`Detected multiple values for parameter http://example.org/n3#lineMode in ex:config. RDF lists should be used for defining multiple values.`);
190
190
});
191
191
192
192
it('instantiated with a config with all parameters with multiple values as list',async()=>{
@@ -271,7 +271,7 @@ describe('construction with mapped component configs as Resource', () => {
.toThrowError(`Detected multiple values for parameter http://example.org/n3#lineMode in ex:config. RDF lists should be used for defining multiple values.`);
302
+
.toThrow(`Detected multiple values for parameter http://example.org/n3#lineMode in ex:config. RDF lists should be used for defining multiple values.`);
303
303
});
304
304
305
305
it('instantiated with a config with all parameters with multiple values as list',async()=>{
@@ -363,7 +363,7 @@ describe('construction with mapped component configs as Resource', () => {
.toThrowError(`Detected multiple values for parameter http://example.org/n3#lineMode in ex:config. RDF lists should be used for defining multiple values.`);
456
+
.toThrow(`Detected multiple values for parameter http://example.org/n3#lineMode in ex:config. RDF lists should be used for defining multiple values.`);
457
457
});
458
458
459
459
it('instantiated with a config with all parameters with multiple values as list',async()=>{
@@ -464,7 +464,7 @@ describe('construction with mapped component configs as Resource', () => {
.toThrowError(`Detected multiple values for parameter http://example.org/n3#lineMode in ex:config. RDF lists should be used for defining multiple values.`);
1089
+
.toThrow(`Detected multiple values for parameter http://example.org/n3#lineMode in ex:config. RDF lists should be used for defining multiple values.`);
1090
1090
});
1091
1091
1092
1092
it('instantiated with a config with all parameters as singular value in RDF list',async()=>{
@@ -1165,15 +1165,15 @@ describe('construction with mapped component configs as Resource', () => {
0 commit comments