This is just a test.
This is the intro.
- point one
- point two
| ==foray | |
| category::GitHub | |
| title::Setup SSH for GitHub on Ubuntu | |
| rank::3.4 | |
| body::[[ | |
| - try to clone directory | |
| - `git clone https://github.com/edwardtanguay/exercise-cashier-problem testcashier` | |
| ]] |
| // this is the index.js file |
| import https from 'https'; | |
| import fs from 'fs'; | |
| const options = { | |
| hostname: "www.lemonde.fr", | |
| port: 443, | |
| path: "/culture/article/2021/12/12/ilya-repine-peindre-l-ame-russe-au-petit-palais-les-contradictions-d-un-peintre-realiste_6105725_3246.html", | |
| method: "GET" | |
| } | |
npx create-react-app testjest/src/App.test.jsnpm test
App.test.js file is:| #!/usr/bin/env node | |
| console.log("test gist"); |
| <script src="http://jashkenas.github.io/underscore/underscore-min.js"></script> | |
| <script src="http://jashkenas.github.io/backbone/backbone-min.js"></script> |