- Install Windows Terminal
- Install Git Bash
- Go to Windows Terminal Settings
- New profile
- Command line: Search or something as "C:\Program Files\Git\bin\bash.exe"
- Initial dir: "%USERPROFILE%"
- Can choose a Icon (from the git-gui folder for instance)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import { render } from '@testing-library/react'; | |
import { queryAllByTableHeader } from './tables'; | |
describe('table testing utils', () => { | |
it('test', () => { | |
render( | |
<div role="region" aria-labelledby="caption-id"> | |
<table> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types | |
enum MimeTypes { | |
".aac" = "audio/aac", | |
".abw" = "application/x-abiword", | |
".arc" = "application/x-freearc", | |
".avi" = "video/x-msvideo", | |
".azw" = "application/vnd.amazon.ebook", | |
".bin" = "application/octet-stream", | |
".bmp" = "image/bmp", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CRIM | ZN | INDUS | CHAS | NOX | RM | AGE | DIS | RAD | TAX | PTRATIO | B | LSTAT | MEDV | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0.00632 | 18.00 | 2.310 | 0 | 0.5380 | 6.5750 | 65.20 | 4.0900 | 1 | 296.0 | 15.30 | 396.90 | 4.98 | 24.00 | |
0.02731 | 0.00 | 7.070 | 0 | 0.4690 | 6.4210 | 78.90 | 4.9671 | 2 | 242.0 | 17.80 | 396.90 | 9.14 | 21.60 | |
0.02729 | 0.00 | 7.070 | 0 | 0.4690 | 7.1850 | 61.10 | 4.9671 | 2 | 242.0 | 17.80 | 392.83 | 4.03 | 34.70 | |
0.03237 | 0.00 | 2.180 | 0 | 0.4580 | 6.9980 | 45.80 | 6.0622 | 3 | 222.0 | 18.70 | 394.63 | 2.94 | 33.40 | |
0.06905 | 0.00 | 2.180 | 0 | 0.4580 | 7.1470 | 54.20 | 6.0622 | 3 | 222.0 | 18.70 | 396.90 | 5.33 | 36.20 | |
0.02985 | 0.00 | 2.180 | 0 | 0.4580 | 6.4300 | 58.70 | 6.0622 | 3 | 222.0 | 18.70 | 394.12 | 5.21 | 28.70 | |
0.08829 | 12.50 | 7.870 | 0 | 0.5240 | 6.0120 | 66.60 | 5.5605 | 5 | 311.0 | 15.20 | 395.60 | 12.43 | 22.90 | |
0.14455 | 12.50 | 7.870 | 0 | 0.5240 | 6.1720 | 96.10 | 5.9505 | 5 | 311.0 | 15.20 | 396.90 | 19.15 | 27.10 | |
0.21124 | 12.50 | 7.870 | 0 | 0.5240 | 5.6310 | 100.00 | 6.0821 | 5 | 311.0 | 15.20 | 386.63 | 29.93 | 16.50 |