Remove .only from unit test.
This commit is contained in:
parent
ff65f31036
commit
a45ad5a11e
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ describe("alert.vue", () => {
|
|||
expect(wrapper.vm.alertCopy).toBe("testCopy");
|
||||
});
|
||||
|
||||
it.only("Should container a <router-link> tag if the manualCopy contains a {routerLink: testName, testLink} placeholder", () => {
|
||||
it("Should container a <router-link> tag if the manualCopy contains a {routerLink: testName, testLink} placeholder", () => {
|
||||
// Arrange & Act
|
||||
const wrapper = shallowMount(
|
||||
alert,
|
||||
|
|
|
|||
Loading…
Reference in a new issue