git ssb

0+

cel-desktop / ssb-pkg



Tree: 4c58f1c6c3ddb86a97f27f0c84681d201ef1f75f

Files: 4c58f1c6c3ddb86a97f27f0c84681d201ef1f75f / test / test-50-global-object / test-x-index.js

185 bytesRaw
1/* eslint-disable no-useless-concat */
2
3'use strict';
4
5var theA = './test-y-resolve-A.js';
6var theB = './test-y-' + 'resolve-B.js';
7
8require(theA).toString();
9require(theB).toString();
10

Built with git-ssb-web