This repository was archived by the owner on Mar 10, 2022. It is now read-only.
This repository was archived by the owner on Mar 10, 2022. It is now read-only.
description calls with expressions instead of string literals #22
Sometimes, legacy tests will have something like:
description('Test that ' + testType + 'works');The transformation script only knows how to use titles that are string literals like:
description('Test that css works');