Update StyleClass.spec.js
parent
0d6142f888
commit
ca7ed629c7
|
@ -7,8 +7,6 @@ config.global.directives = {
|
||||||
'styleclass': StyleClass
|
'styleclass': StyleClass
|
||||||
}
|
}
|
||||||
|
|
||||||
config.attachTo = document.body;
|
|
||||||
|
|
||||||
describe('StyleClass', () => {
|
describe('StyleClass', () => {
|
||||||
it('should work with next selector', async () => {
|
it('should work with next selector', async () => {
|
||||||
const wrapper = mount({
|
const wrapper = mount({
|
||||||
|
|
Loading…
Reference in New Issue