Compare commits
1 Commits
8f43e0653d
...
3236feb4e5
| Author | SHA1 | Date | |
|---|---|---|---|
| 3236feb4e5 |
|
|
@ -1,4 +1,6 @@
|
||||||
/**
|
/**
|
||||||
|
* Converted from mocha to vitest and refactored to TypeScript by David A. Ball. (c) 2024.
|
||||||
|
*
|
||||||
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License").
|
* Licensed under the Apache License, Version 2.0 (the "License").
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"src/**/*",
|
"src/**/*",
|
||||||
"tests/**/*"
|
"tests/**/*",
|
||||||
|
"examples/**/*",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user