From 69003294926e3aa32382c16d2fce78dbaeb11c3c Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Mon, 18 Mar 2024 17:39:49 +0100 Subject: [PATCH] Update turbopack-build-tests-manifest.json --- test/turbopack-build-tests-manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/turbopack-build-tests-manifest.json b/test/turbopack-build-tests-manifest.json index 9da3dd88a283f..91e930d126f55 100644 --- a/test/turbopack-build-tests-manifest.json +++ b/test/turbopack-build-tests-manifest.json @@ -1,4 +1,8 @@ { "version": 2, - "suites": {} + "suites": {}, + "rules": { + "include": [], + "exclude": [] + } }