{
	"build_systems":
	[
		{
			"cmd":
			[
				"${project_path}/node_modules/.bin/mocha",
				"test/",
				"--ignore-leaks"
			],
			"name": "test",
			"working_dir": "${project_path}"
		}
	],
	"folders":
	[
		{
			"path": "."
		}
	],
	"settings":
	{
		"build_switcher_systems":
		[
			"test"
		]
	}
}
