Skip to content
Snippets Groups Projects
Commit 8c176fbe authored by Martin Claesson's avatar Martin Claesson
Browse files

Merge branch '24-Journal-entry-bug' into 'master'

Resolve "Error if no journal entry exists"

Closes #24

See merge request !19
parents 4f5834d2 59066ec9
Branches
Tags
1 merge request!19Resolve "Error if no journal entry exists"
......@@ -51,7 +51,9 @@ test:
when: always
reports:
junit: junit.xml
cobertura: coverage/cobertura-coverage.xml
coverage_report:
coverage_format: cobertura
path: coverage/cobertura-coverage.xml
build:
before_script:
......
No preview for this file type
<template>
<VCard outlined height="100%">
<VCard outlined height="100%" v-if="entry !== undefined">
<VCardTitle>
Latest journal entry
</VCardTitle>
......
......@@ -15,6 +15,7 @@
"baseUrl": "./",
"types": [
"webpack-env",
"browser",
"jest"
],
"paths": {
......
......@@ -31,7 +31,7 @@
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
// "typeRoots": [], /* Specify multiple folders that act like `./node_modules/@types`. */
// "types": [], /* Specify type package names to be included without being referenced in a source file. */
"types": ["jest", "node", "browser"], /* Specify type package names to be included without being referenced in a source file. */
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
// "resolveJsonModule": true, /* Enable importing .json files */
// "noResolve": true, /* Disallow `import`s, `require`s or `<reference>`s from expanding the number of files TypeScript should add to a project. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment