theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 311 forks source link

Contents of `/browser/` are served @ `__intern` #1059

Closed devpaul closed 4 years ago

devpaul commented 4 years ago

Updates the server to serve the contents of /browser/ along side the root of the intern directory. This lets remote.html (used during functional testing) and __intern (used during --serve-only) to host from the same location.

resolves #1001

codecov-io commented 4 years ago

Codecov Report

Merging #1059 into master will not change coverage. The diff coverage is 50%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1059   +/-   ##
=======================================
  Coverage   65.29%   65.29%           
=======================================
  Files          95       95           
  Lines        8970     8970           
  Branches     2047     2047           
=======================================
  Hits         5857     5857           
  Misses       3113     3113
Impacted Files Coverage Δ
src/core/lib/RemoteSuite.ts 16.8% <0%> (ø) :arrow_up:
src/core/lib/Server.ts 77.84% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f4fc0b3...734c07e. Read the comment docs.