test(message): fix typo (#210)

Fixed a typo
This commit is contained in:
Yanming Deng 2021-06-20 19:48:45 +08:00 committed by GitHub
parent 9d791cd56e
commit 6437446eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ describe('n-message', () => {
it('should work with import on demand', () => {
mount(NMessageProvider)
})
it('should has correct type', () => {
it('should have correct type', () => {
const Test = defineComponent({
setup () {
const message = useMessage()