mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
This commit is contained in:
parent
d59d0c92ca
commit
1581512816
9 changed files with 91 additions and 16 deletions
|
@ -132,7 +132,7 @@ describe('Runtime field editor', () => {
|
|||
const defaultValue: RuntimeField = {
|
||||
name: 'myRuntimeField',
|
||||
type: 'boolean',
|
||||
script: { source: 'emit("hello"' },
|
||||
script: { source: 'emit("hello")' },
|
||||
};
|
||||
|
||||
testBed = setup({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue