open-vault/ui/tests/helpers/flash-message.js

9 lines
170 B
JavaScript
Raw Normal View History

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
2018-04-03 14:16:57 +00:00
import FlashObject from 'ember-cli-flash/flash/object';
FlashObject.reopen({ init() {} });