Skip to content

Commit

Permalink
- update open_timeline and renderers tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-goldstein committed May 18, 2022
1 parent 6d40b93 commit ccd5e77
Show file tree
Hide file tree
Showing 4 changed files with 249 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ describe('helpers', () => {
{
columnHeaderType: 'not-filtered',
id: '@timestamp',
type: 'number',
type: 'date',
esTypes: ['date'],
initialWidth: 190,
},
{
Expand Down Expand Up @@ -338,7 +339,8 @@ describe('helpers', () => {
sort: [
{
columnId: '@timestamp',
columnType: 'number',
columnType: 'date',
esTypes: ['date'],
sortDirection: 'desc',
},
],
Expand Down Expand Up @@ -411,7 +413,8 @@ describe('helpers', () => {
sort: [
{
columnId: '@timestamp',
columnType: 'number',
columnType: 'date',
esTypes: ['date'],
sortDirection: 'desc',
},
],
Expand Down Expand Up @@ -484,7 +487,8 @@ describe('helpers', () => {
sort: [
{
columnId: '@timestamp',
columnType: 'number',
columnType: 'date',
esTypes: ['date'],
sortDirection: 'desc',
},
],
Expand Down Expand Up @@ -555,7 +559,8 @@ describe('helpers', () => {
sort: [
{
columnId: '@timestamp',
columnType: 'number',
columnType: 'date',
esTypes: ['date'],
sortDirection: 'desc',
},
],
Expand Down Expand Up @@ -633,7 +638,8 @@ describe('helpers', () => {
sort: [
{
columnId: '@timestamp',
columnType: 'number',
columnType: 'date',
esTypes: ['date'],
sortDirection: 'desc',
},
],
Expand Down Expand Up @@ -782,7 +788,8 @@ describe('helpers', () => {
sort: [
{
columnId: '@timestamp',
columnType: 'number',
columnType: 'date',
esTypes: ['date'],
sortDirection: 'desc',
},
],
Expand Down Expand Up @@ -851,7 +858,8 @@ describe('helpers', () => {
sort: [
{
columnId: '@timestamp',
columnType: 'number',
columnType: 'date',
esTypes: ['date'],
sortDirection: 'desc',
},
],
Expand Down Expand Up @@ -924,7 +932,8 @@ describe('helpers', () => {
sort: [
{
columnId: '@timestamp',
columnType: 'number',
columnType: 'date',
esTypes: ['date'],
sortDirection: 'desc',
},
],
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ccd5e77

Please sign in to comment.