Files: c5c7a8ffadbd51aa28a5f3f096fe43f69405da44 / test / test-50-fs-runtime-layer / test-x-index.js
186 bytesRaw
1 | ; |
2 | |
3 | require('./test-x1-index.js'); |
4 | setTimeout(function () { |
5 | require('./test-x2-index.js'); |
6 | setTimeout(function () { |
7 | require('./test-x3-index.js'); |
8 | }, 100); |
9 | }, 100); |
10 |
Built with git-ssb-web