From 6433e0659e51ce08d5568fa8eb2a8aa87730b3f3 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Thu, 13 Oct 2022 12:53:18 -0600 Subject: [PATCH] move supportsDynamicLocales and colorProfiles to simFeatures, https://github.com/phetsims/chipper/issues/1339 --- dot-tests.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot-tests.html b/dot-tests.html index 428f167..7473ab2 100644 --- a/dot-tests.html +++ b/dot-tests.html @@ -35,6 +35,10 @@ "js-beautify": "~1.5.10" }, "phet": { + "supportedBrands": [ + "phet", + "adapted-from-phet" + ], "generatedUnitTests": true, "requirejsNamespace": "DOT", "buildStandalone": true,