Skip to content
Snippets Groups Projects

Added saving path component to saving path view

Merged Maria Elizabeth Pauna Lane requested to merge saving-path-view into development
2 files
+ 13
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -19,6 +19,16 @@ describe('Testing of SavingPathView', () => {
expect(wrapper.exists()).toBe(true)
})
it('renders SavingPath component', () => {
const wrapper = mount(SavingPathView,
{
global: {
stubs: ['RouterLink', 'Button']
}
})
expect(wrapper.findComponent({name: 'SavingPath'})).toBeTruthy()
})
//TODO: more tests, especially on the script functions
})
\ No newline at end of file
Loading