mirror of
https://github.com/withastro/astro.git
synced 2025-02-24 22:46:02 -05:00
nit: adding comments to the test explaining how base is verified
This commit is contained in:
parent
a64f4fec32
commit
3b80f6fcf6
1 changed files with 0 additions and 5 deletions
|
@ -7,12 +7,7 @@ function addLeadingSlash(path) {
|
|||
}
|
||||
|
||||
function removeBasePath(path) {
|
||||
<<<<<<< HEAD
|
||||
// `/subpath` is defined in the test fixture's Astro config
|
||||
return path.replace('/subpath', '');
|
||||
=======
|
||||
return path.replace('/subpath', '')
|
||||
>>>>>>> f72a3e59 (test: updating build test to expect the base path in links/scripts)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue