mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 03:02:30 +03:00
parent
7211c8317d
commit
2dc565b366
@ -10,8 +10,10 @@ maintainers:
|
|||||||
email: contact@enso.org
|
email: contact@enso.org
|
||||||
component-groups:
|
component-groups:
|
||||||
new:
|
new:
|
||||||
- Input: {}
|
- Input:
|
||||||
- Web: {}
|
exports: []
|
||||||
|
- Web:
|
||||||
|
exports: []
|
||||||
- Parse:
|
- Parse:
|
||||||
exports:
|
exports:
|
||||||
- Standard.Base.Data.Json.Json.parse
|
- Standard.Base.Data.Json.Json.parse
|
||||||
|
@ -391,7 +391,6 @@ class RuntimeComponentsTest
|
|||||||
.value
|
.value
|
||||||
.extendedGroups
|
.extendedGroups
|
||||||
.map(_.group) should contain theSameElementsAs Seq(
|
.map(_.group) should contain theSameElementsAs Seq(
|
||||||
GroupReference(LibraryName("Standard", "Base"), GroupName("Input")),
|
|
||||||
GroupReference(LibraryName("Standard", "Base"), GroupName("Select")),
|
GroupReference(LibraryName("Standard", "Base"), GroupName("Select")),
|
||||||
GroupReference(LibraryName("Standard", "Base"), GroupName("Join")),
|
GroupReference(LibraryName("Standard", "Base"), GroupName("Join")),
|
||||||
GroupReference(LibraryName("Standard", "Base"), GroupName("Transform")),
|
GroupReference(LibraryName("Standard", "Base"), GroupName("Transform")),
|
||||||
|
Loading…
Reference in New Issue
Block a user