Archived
1
0

docs: add proxying to angular app (#5457)

* docs(guide): add proxying to Angular app

* fixup: formatting

* fixup: formatting

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
Joe Previte
2022-08-15 14:27:50 -05:00
committed by GitHub
parent 43b87edc72
commit ba6b8da76b
2 changed files with 12 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import * as path from "path"
import { test as base } from "@playwright/test"
import { describe, test, expect } from "./baseFixture"
import * as path from "path"
import { getMaybeProxiedCodeServer } from "../utils/helpers"
import { describe, test, expect } from "./baseFixture"
function runTestExtensionTests() {
// This will only work if the test extension is loaded into code-server.