Last updated: 24 Jan 2020
The <fieldset>
does not correctly utilise the CSS display
property across all browsers.
date -u +"%Y-%m-%dT%H:%M:%SZ" |
// Fix Functions | |
// Aim: to understand the change code inside functions | |
// | |
// The below functions are syntactically correct but not outputting the right results. | |
// Look at the tests and see how you can fix them. | |
// 1) mood function does this return `"I am not happy"` |
filetype plugin on | |
filetype plugin indent on | |
syntax on | |
set t_Co=256 | |
set bg=dark | |
colorscheme solarized | |
set backspace=indent,eol,start |
{ | |
"nodes": [ | |
{ | |
"id": "Myriel", | |
"group": 1 | |
}, | |
{ | |
"id": "Napoleon", | |
"group": 1 | |
}, |
// cypress testing | |
cypress/screenshotsFolder | |
cypress/videosFolder |
{ | |
"projectId": "jd90q7", | |
"baseUrl": "http://localhost:3000", | |
"port": 4444, | |
"env": {}, | |
"reporter": "spec", | |
"watchForFileChanges": true, | |
"defaultCommandTimeout": 4000, | |
"execTimeout": 60000, | |
"taskTimeout": 60000, |