Management Saved object test (#48691) (#48707)

This commit is contained in:
Rashmi Kulkarni 2019-10-18 18:03:31 -07:00 committed by GitHub
parent 077336ca0e
commit 610cd91cf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,8 @@ export default function ({ getService, loadTestFile }) {
loadTestFile(require.resolve('./_kibana_settings'));
loadTestFile(require.resolve('./_scripted_fields'));
loadTestFile(require.resolve('./_scripted_fields_preview'));
loadTestFile(require.resolve('./_mgmt_import_saved_objects'));
});
describe('', function () {