Skip to content
Snippets Groups Projects

Refactor

Merged Jan Maximilian Michal requested to merge refactor into master
3 files
+ 38
24
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
16
import Vue from 'vue'
import Login from '@/components/Login'
describe('Login.vue', () => {
it('is doing nothing but ensure that we can test', () => {
data = {"submissions": [
{
"type": "Aufgabe 01",
"text": "Hallo, was geht denn da?",
"feedback": null,
"score": null,
"full_score": 12
}
]}
})
})
Loading