Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4cc2bf2

Browse files
update for test pass
1 parentd40b0a7 commit4cc2bf2

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

‎components/CaGrid/CaContainer.vue

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<template>
2+
<div>
3+
<!-- TODO-->
4+
</div>
5+
</template>
6+
7+
<script>
8+
exportdefault {
9+
name:'ca-container',
10+
};
11+
</script>

‎components/CaGrid/CaGrid.spec.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import{shallow}from'vue-test-utils';
2+
importCaContainerfrom'./CaContainer.vue';
3+
4+
describe('CaContainer',()=>{
5+
test('is a Vue instance',()=>{
6+
constwrapper=shallow(CaContainer);
7+
expect(wrapper.isVueInstance()).toBeTruthy();
8+
});
9+
})

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp