chore: move to swc/jest (#7739)
* chore: move to swc * chore: fix tax rate tests * chore: undo failed test * chore: fix unit tests script * chore: use node 20 * Update scripts/run-workspace-unit-tests-in-chunks.sh
This commit is contained in:
@@ -31,7 +31,7 @@ export default class SalesChannel {
|
||||
description: string | null = null
|
||||
|
||||
@Property({ columnType: "boolean", default: false })
|
||||
is_disabled = false
|
||||
is_disabled: boolean = false
|
||||
|
||||
@Property({
|
||||
onCreate: () => new Date(),
|
||||
|
||||
Reference in New Issue
Block a user