We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a150e2 commit b3ad4d8Copy full SHA for b3ad4d8
test/unit/specs/Filters.spec.js
@@ -9,19 +9,19 @@ const localVue = createLocalVue()
9
localVue.use(BootstrapVue)
10
11
const fields = {
12
+ has_mt: { tag: 'input[type=checkbox]' },
13
datetime_max: { tag: 'input' },
14
datetime_min: { tag: 'input' },
15
+ sta_num_min: { tag: 'input' },
16
depth_max: { tag: 'input' },
17
depth_min: { tag: 'input' },
- has_mt: { tag: 'input[type=checkbox]' },
18
mag_max: { tag: 'input' },
19
mag_min: { tag: 'input' },
20
lat_max: { tag: 'input' },
21
lat_min: { tag: 'input' },
22
lon_max: { tag: 'input' },
23
lon_min: { tag: 'input' },
- rms_max: { tag: 'input' },
24
- sta_num_min: { tag: 'input' }
+ rms_max: { tag: 'input' }
25
}
26
27
describe('Filters.vue', () => {
0 commit comments