bernaferrari / FigmaToCode

Generate responsive pages and apps on HTML, Tailwind, Flutter and SwiftUI.
https://www.figma.com/community/plugin/842128343887142055
GNU General Public License v3.0
3.58k stars 262 forks source link

fix: tests with self-closing <div /> nodes #56

Closed DaleWebb closed 2 years ago

DaleWebb commented 2 years ago

Tests are currently failing due to a recent change in the output div nodes that were previously self-closing. This PR should fix tests:

bernaferrari commented 2 years ago

Thanks!