fix: add technology icons and update word contents (#58)

This commit is contained in:
Fine0830
2022-04-06 12:05:07 +08:00
committed by GitHub
parent e955c91323
commit a37bf62500
8 changed files with 19 additions and 43 deletions

View File

@@ -14,15 +14,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { shallowMount } from "@vue/test-utils";
import Log from "@/views/Log.vue";
describe("Log.vue", () => {
describe("My First Test", () => {
it("renders props.msg when passed", () => {
const msg = "new message";
const wrapper = shallowMount(Log, {
props: { msg },
});
expect(wrapper.text()).toMatch(msg);
console.log(msg);
});
});