fix: resolve compilation errors in web_test.go

This commit is contained in:
Arik Jones (aider)
2024-09-19 16:23:40 -05:00
parent 3c22d8034d
commit c4831dfea2

View File

@@ -2,11 +2,15 @@ package cmd
import (
"testing"
"net/url"
"strings"
"github.com/tnypxl/rollup/internal/config"
"github.com/tnypxl/rollup/internal/scraper"
)
var (
extractAndConvertContent func(string) (string, error)
)
func TestConvertPathOverrides(t *testing.T) {
configOverrides := []config.PathOverride{
{