Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assert.false is not a function #44

Open
mcfiredrill opened this issue Jun 1, 2021 · 1 comment
Open

assert.false is not a function #44

mcfiredrill opened this issue Jun 1, 2021 · 1 comment

Comments

@mcfiredrill
Copy link

Getting this error while running tests:

not ok 106 Chrome 90.0 - [10868 ms] - ember-cli-memory-leak-detector: detect memory leaks
    ---
        actual: >
            null
        stack: >
            TypeError: assert.false is not a function
                at Object.QUnit.test.Object.assign.validTest (http://localhost:7357/353903426377/tests/index.html?hidepassed:242:27)
        message: >
            Promise rejected during "detect memory leaks": assert.false is not a function
        negative: >
            false

Later on I see that it did seem to correctly identify which of my classes were still on the heap.

Link to CI run and PR:
https://github.com/datafruits/datafruits/pull/687/checks?check_run_id=2717081647

@steveszc
Copy link
Owner

steveszc commented Jun 7, 2021

Can you confirm which version of qunit you are using? Qunit's assert.false was added in Qunit version 12.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants