@@ -237,90 +237,3 @@ Object {
237
237
} ,
238
238
}
239
239
`;
240
-
241
- exports[`sign custom buildResources and output dirs: linux 1`] = `
242
- Array [
243
- "TestApp-1.1.0-x86_64.AppImage",
244
- ]
245
- `;
246
-
247
- exports[`sign custom buildResources and output dirs: win 1`] = `
248
- Array [
249
- "Test App ßW Setup 1.1.0.exe",
250
- ]
251
- `;
252
-
253
- exports[`sign custom buildResources and output dirs: win 2`] = `
254
- Array [
255
- "TestApp-Setup-1.1.0.exe",
256
- ]
257
- `;
258
-
259
- exports[`sign scheme validation 1`] = `
260
- "Config is invalid:
261
- {
262
- \\" foo\\ " : \\" Unknown option\\ " ,
263
- \\" mac\\ " : [
264
- {
265
- \\" foo\\ " : \\" Unknown option\\ "
266
- },
267
- \\" Invalid option object\\ "
268
- ]
269
- }
270
-
271
- Raw validation errors: [
272
- {
273
- \\" keyword\\ " : \\" additionalProperties\\ " ,
274
- \\" dataPath\\ " : \\" \\ " ,
275
- \\" schemaPath\\ " : \\" #/additionalProperties\\ " ,
276
- \\" params\\ " : {
277
- \\" additionalProperty\\ " : \\" foo\\ "
278
- },
279
- \\" message\\ " : \\" should NOT have additional properties\\ "
280
- } ,
281
- {
282
- \\" keyword\\ " : \\" additionalProperties\\ " ,
283
- \\" dataPath\\ " : \\" .mac\\ " ,
284
- \\" schemaPath\\ " : \\" #/additionalProperties\\ " ,
285
- \\" params\\ " : {
286
- \\" additionalProperty\\ " : \\" foo\\ "
287
- },
288
- \\" message\\ " : \\" should NOT have additional properties\\ "
289
- } ,
290
- {
291
- \\" keyword\\ " : \\" type\\ " ,
292
- \\" dataPath\\ " : \\" .mac\\ " ,
293
- \\" schemaPath\\ " : \\" #/properties/mac/anyOf/1/type\\ " ,
294
- \\" params\\ " : {
295
- \\" type\\ " : \\" null\\ "
296
- },
297
- \\" message\\ " : \\" should be null\\ "
298
- } ,
299
- {
300
- \\" keyword\\ " : \\" anyOf\\ " ,
301
- \\" dataPath\\ " : \\" .mac\\ " ,
302
- \\" schemaPath\\ " : \\" #/properties/mac/anyOf\\ " ,
303
- \\" params\\ " : {},
304
- \\" message\\ " : \\" should match some schema in anyOf\\ "
305
- }
306
- ]"
307
- `;
308
-
309
- exports[`sign scheme validation 2 1`] = `
310
- "Config is invalid:
311
- {
312
- \\" appId\\ " : \\" Should be null,string\\ "
313
- }
314
-
315
- Raw validation errors: [
316
- {
317
- \\" keyword\\ " : \\" type\\ " ,
318
- \\" dataPath\\ " : \\" .appId\\ " ,
319
- \\" schemaPath\\ " : \\" #/properties/appId/type\\ " ,
320
- \\" params\\ " : {
321
- \\" type\\ " : \\" null,string\\ "
322
- },
323
- \\" message\\ " : \\" should be null,string\\ "
324
- }
325
- ]"
326
- `;
0 commit comments