fix leftovers

This commit is contained in:
Shpuld Shpuldson 2021-02-22 17:22:15 +02:00
parent 0c3a215d7e
commit 588c4604af
2 changed files with 1 additions and 2 deletions

View File

@ -571,7 +571,6 @@ const fetchTimeline = ({
})
.then((data) => {
if (status >= 400) {
console.log(data.error, data.errors)
data.status = status
data.statusText = statusText
if (data.error) {

View File

@ -14,7 +14,7 @@ const store = new Vuex.Store({
}
})
describe.only('routes', () => {
describe('routes', () => {
const router = new VueRouter({
mode: 'abstract',
routes: routes(store)