mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +00:00
fix: add technology icons and update word contents (#58)
This commit is contained in:
@@ -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);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user