/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ "use strict"; module.exports = { // TODO: figure out why this package needs the --exit flag, tests might not be cleaning up correctly after themselves // AB#7856 exit: true, };