@skyux/forms 14.0.0 → 14.0.1
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.
|
@@ -1245,19 +1245,6 @@ class SkyFileDropHarness extends SkyComponentHarness {
|
|
|
1245
1245
|
}
|
|
1246
1246
|
}
|
|
1247
1247
|
|
|
1248
|
-
/**
|
|
1249
|
-
* Provides mocks for file attachment testing.
|
|
1250
|
-
* @example
|
|
1251
|
-
* ```typescript
|
|
1252
|
-
* TestBed.configureTestingModule({
|
|
1253
|
-
* providers: [provideSkyFileAttachmentTesting()]
|
|
1254
|
-
* });
|
|
1255
|
-
* ```
|
|
1256
|
-
*/
|
|
1257
|
-
function provideSkyFileAttachmentTesting() {
|
|
1258
|
-
return [provideSkyFileReaderTesting()];
|
|
1259
|
-
}
|
|
1260
|
-
|
|
1261
1248
|
/**
|
|
1262
1249
|
* Harness for interacting with a file item component in tests.
|
|
1263
1250
|
*/
|
|
@@ -1297,6 +1284,19 @@ class SkyFileItemHarness extends ComponentHarness {
|
|
|
1297
1284
|
}
|
|
1298
1285
|
}
|
|
1299
1286
|
|
|
1287
|
+
/**
|
|
1288
|
+
* Provides mocks for file attachment testing.
|
|
1289
|
+
* @example
|
|
1290
|
+
* ```typescript
|
|
1291
|
+
* TestBed.configureTestingModule({
|
|
1292
|
+
* providers: [provideSkyFileAttachmentTesting()]
|
|
1293
|
+
* });
|
|
1294
|
+
* ```
|
|
1295
|
+
*/
|
|
1296
|
+
function provideSkyFileAttachmentTesting() {
|
|
1297
|
+
return [provideSkyFileReaderTesting()];
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1300
1300
|
/**
|
|
1301
1301
|
* Harness for interacting with a field group component in tests.
|
|
1302
1302
|
*/
|