fix test
This commit is contained in:
@ -135,7 +135,7 @@ describe('Test csv importer', () => {
|
||||
expect(importedLabels).to.eql([
|
||||
['Label1', 'Label2', 'Label 3', 'Label 4'],
|
||||
[],
|
||||
[],
|
||||
undefined,
|
||||
])
|
||||
})
|
||||
})
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
"https://omnivore.app",ARCHIVED,"[""test""]"
|
||||
"https://google.com",SUCCEEDED,"[""test"",""development""]"
|
||||
https://test.com,SUCCEEDED,"[test, development]"
|
||||
url,state,labels,saved_at,published_at
|
||||
"https://omnivore.app",ARCHIVED,"[""test""]",,
|
||||
"https://google.com",SUCCEEDED,"[""test"",""development""]",,
|
||||
https://test.com,SUCCEEDED,"[test, development]",,
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
"https://test.url/path01",,"[Label1,Label2, Label 3, Label 4 ]"
|
||||
"https://test.url/path02",,"[]"
|
||||
"https://test.url/path03",,
|
||||
url,state,labels,saved_at,published_at
|
||||
"https://test.url/path01",,"[Label1,Label2, Label 3, Label 4 ]",,
|
||||
"https://test.url/path02",,"[]",,
|
||||
"https://test.url/path03",,,,
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
"https://omnivore.app"
|
||||
"https://google.com"
|
||||
url,state,labels,saved_at,published_at
|
||||
"https://omnivore.app",,,,
|
||||
"https://google.com",,,,
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
"https://test.url/path01",,"[Random]"
|
||||
"https://test.url/path02",ARCHIVED,"[Random]"
|
||||
url,state,labels,saved_at,published_at
|
||||
"https://test.url/path01",,"[Random]",,
|
||||
"https://test.url/path02",ARCHIVED,"[Random]",,
|
||||
|
||||
|
Reference in New Issue
Block a user