mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
8208bbf0b7
* Fix blockchain-blocks skeleton. * Fix blockchain skeleton background. * Fix mempool blockchain skeleton. * Add e2e testing. Add tsconfig. Fix mempool fit to screen. * Fix wrong return. Fix e2e testing. * Fix blockchainblocks connectionstate. Add init action to websocket mock. Add e2e testing for droping websock connection. * Ref e2e code for websocket connection. Fix blockchain blocks skeleton. * Fix state connections. Remove .only e2e tests. * Fix mempool blocks skeleton. * Add fit screen to empty blocks.
11 lines
187 B
JSON
11 lines
187 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["**/*.ts"],
|
|
"compilerOptions": {
|
|
"types": ["cypress"],
|
|
"lib": ["es2015", "dom"],
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
}
|
|
}
|