We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d8890 commit a4ff262Copy full SHA for a4ff262
1 file changed
src/lib/__tests__/NacoStubCreate/splitSor.test.js
@@ -119,16 +119,3 @@ describe('SOR Splitting', () => {
119
120
121
})
122
-
123
124
-// const wrapper = shallowMount(SubjectEditor)
125
-// wrapper.setData({
126
-// components: expectedSimpleSubect,
127
-// searchResults: {
128
-// subjectsComplex: [],
129
-// subjectsChildrenComplex: []
130
-// }
131
-// })
132
-// wrapper.vm.add()
133
-// expect(wrapper.vm.components).toEqual(expectedSimpleSubect)
134
-// expect(wrapper.emitted().subjectAdded).toEqual([[expectedSimpleSubect]])
0 commit comments