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