Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
anis
anis-client
Commits
773dc6fb
Commit
773dc6fb
authored
Nov 03, 2020
by
Tifenn Guillas
Browse files
Update changelog + fix typo in test
parent
bff8ac2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
773dc6fb
...
...
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Changed
-
#145 => Display public datasets only when no user logged in
-
#134 => Result search summary into accordion
-
#139 => Datasets selected in search multiple is a configurable option in anis-admin
-
#138 => Sort attributes and put scrollbar if table too long in Documentation module
...
...
src/app/metamodel/selectors/dataset.selector.spec.ts
View file @
773dc6fb
...
...
@@ -3,7 +3,7 @@ import * as fromDataset from '../reducers/dataset.reducer';
import
{
Dataset
}
from
'
../model
'
;
import
{
DATASET_LIST
}
from
'
../../../settings/test-data
'
;
f
describe
(
'
[Metamodel] Dataset selector
'
,
()
=>
{
describe
(
'
[Metamodel] Dataset selector
'
,
()
=>
{
it
(
'
should get datasetSearchMetaIsLoading
'
,
()
=>
{
const
state
=
{
metamodel
:
{
dataset
:
{
...
fromDataset
.
initialState
}}};
expect
(
datasetSelector
.
getDatasetSearchMetaIsLoading
(
state
)).
toBeFalsy
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment