mirror of
https://github.com/tnypxl/rollup.git
synced 2025-12-13 06:23:18 +00:00
fix: resolve compilation errors in web_test.go
This commit is contained in:
@@ -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{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user