|
| 1 | +/* |
| 2 | + * Copyright 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. |
| 3 | + * |
| 4 | + * Licensed under the Apache License, Version 2.0 (the "License"). |
| 5 | + * You may not use this file except in compliance with the License. |
| 6 | + * A copy of the License is located at: |
| 7 | + * |
| 8 | + * http://aws.amazon.com/apache2.0/ |
| 9 | + * |
| 10 | + * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, |
| 11 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific |
| 12 | + * language governing permissions and limitations under the License. |
| 13 | + */ |
| 14 | +define({ |
| 15 | + defaultTimeout: 2000, // ms |
| 16 | + excludeInstrumentation: true, // disable codecoverate instrucmentation to allow debugging |
| 17 | + filterErrorStack: true, |
| 18 | + suites: [ |
| 19 | + 'tests/unit/textNulls', |
| 20 | + 'tests/unit/spans', |
| 21 | + 'tests/unit/iontests', |
| 22 | + 'tests/unit/IonCatalogTest', |
| 23 | + 'tests/unit/IonImportTest', |
| 24 | + 'tests/unit/IonLocalSymbolTableTest', |
| 25 | + 'tests/unit/IonDecimalTest', |
| 26 | + 'tests/unit/IonWriteableTest', |
| 27 | + 'tests/unit/IonTimestampTest', |
| 28 | + 'tests/unit/IonTextTest', |
| 29 | + 'tests/unit/IonTextWriterTest', |
| 30 | + 'tests/unit/IonUnicodeTest', |
| 31 | + 'tests/unit/IonLowLevelBinaryWriterTest', |
| 32 | + 'tests/unit/IonBinaryWriterTest', |
| 33 | + 'tests/unit/IonBinaryTimestampTest', |
| 34 | + ], |
| 35 | +}); |
0 commit comments