* feat: make all sources available in tests The original contents of all files (index.html, script.js etc.) will be accessible in tests. For example __sources['index.html'] gets the original html file and nothing else. * feat: use __file to get user code