You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In testing/test-nx-utils/src/lib/utils/nx.unit.test.ts there should be no need for conditional statements in tests. The test should know what is expected and not insert any default values such as {}. I would suggest using ! here. JSON.parse(tree.read('nx.json')!.toString())
Leftover of #777:
JSON.parse(tree.read('nx.json')!.toString())
The text was updated successfully, but these errors were encountered: