mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
build: test checking with test file change
This commit is contained in:
parent
4c88aeabaf
commit
995b64f6ba
|
@ -12,6 +12,7 @@ describe('Usage and plan store', () => {
|
|||
[5, 4, 0.9, false],
|
||||
[10, 5, 0.8, false],
|
||||
[10, 8, 0.8, true],
|
||||
[10, 8, 0.9, false],
|
||||
[10, 9, 0.8, true],
|
||||
[-1, 99, 0.8, false],
|
||||
[-1, 99, 0.1, false],
|
||||
|
|
Loading…
Reference in a new issue