@oracle/suitecloud-unit-testing
Version:
<p align="left"><a href="#"><img width="250" src="resources/netsuite_logo_simplified.png"></a></p>
15 lines (13 loc) • 401 B
JavaScript
/*
** Copyright (c) 2024 Oracle and/or its affiliates. All rights reserved.
** Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
*/
;
module.exports = {
DEFAULT_MESSAGES_FILE: '../messages.json',
FILES: {
MANIFEST_XML: 'manifest.xml',
},
PROJECT_SUITEAPP: 'SUITEAPP',
PROJECT_FOLDER_ARG: '--projectFolder',
};