This file contains 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
Dark theme on Slack 3.0.0 above | |
Paste bellow two files into | |
Mac: /Applications/Slack.app/Contents/Resources/app.asar.unpacked/src/static/ | |
Restart slack |
This file contains 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
{ | |
"preset": "react-native", | |
"collectCoverage": true, | |
"moduleDirectories": [ | |
"node_modules", | |
"src" | |
], | |
"transform": { | |
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js" | |
}, |
This file contains 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 Enzyme from 'enzyme'; | |
import Adapter from 'enzyme-adapter-react-16'; | |
Enzyme.configure({ adapter: new Adapter() }); |
OlderNewer