Skip to content

Latest commit

History

History
17 lines (12 loc) 路 372 Bytes

babel.md

File metadata and controls

17 lines (12 loc) 路 372 Bytes

Configuring Babel

Translations: Fran莽ais

You can enable Babel support by installing @ava/babel, and then in AVA's configuration setting babel to true:

package.json:

{
	"ava": {
		"babel": true
	}
}

Find out more in @ava/babel.