diff --git a/libs/as-sdk/as-pect.config.js b/libs/as-sdk/as-pect.config.js index c906460..bea48c9 100644 --- a/libs/as-sdk/as-pect.config.js +++ b/libs/as-sdk/as-pect.config.js @@ -8,7 +8,7 @@ export default { */ include: ["./assembly/__test__/**/*.include.ts"], /** - * A set of regexp that will disclude source files from testing. + * A set of regexp that will exclude source files from testing. */ disclude: [/node_modules/], /**