mirror of
https://github.com/tnypxl/rollup.git
synced 2025-12-15 15:03:17 +00:00
fix: Update runRollup function to accept config parameter
This commit is contained in:
@@ -123,7 +123,7 @@ func TestRunRollup(t *testing.T) {
|
||||
defer os.Chdir(originalWd)
|
||||
|
||||
// Run the rollup
|
||||
if err := runRollup(); err != nil {
|
||||
if err := runRollup(cfg); err != nil {
|
||||
t.Fatalf("runRollup() failed: %v", err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user