Code Monkey home page Code Monkey logo

Comments (6)

platinumazure avatar platinumazure commented on June 9, 2024

Just to make sure I understand correctly:

QUnit.test("Missing expect, should warn once", function (assert) {
    assert.ok(true, "This will warn");
    assert.ok(true, "This also will warn");
});

I think the "always" mode warns on the QUnit.test() CallExpression, maybe we should also warn on the same CallExpression in the "except-simple" strategy? It could be argued that it's really a test-level issue if an expect() declaration is missing... What do you think?

from eslint-plugin-qunit.

mitchlloyd avatar mitchlloyd commented on June 9, 2024

@platinumazure Actually I've recently run with the "except-simple" strategy and it also warns on the QUnit.test() line.

The issue, per the code you've shown above, is that you'll get two errors, both pointing to the first line.

from eslint-plugin-qunit.

mitchlloyd avatar mitchlloyd commented on June 9, 2024

First thought on implementation is to add a didReport flag to the currentTest object. Then we can check for that flag here: https://github.com/platinumazure/eslint-plugin-qunit/blob/master/lib/rules/require-expect.js#L87

from eslint-plugin-qunit.

platinumazure avatar platinumazure commented on June 9, 2024

@mitchlloyd That sounds pretty good.

I just want to make sure, are we basically in agreement that always and except-simple should both report once on the QUnit.test() CallExpression? If we agree on that point, you can consider this accepted. If you want to write a PR, let me know, otherwise hopefully I can get to it later this week. Thanks!

from eslint-plugin-qunit.

mitchlloyd avatar mitchlloyd commented on June 9, 2024

@platinumazure We are in agreement that one error on the QUnit.test() CallExpression is the right way to go. The fix needed (adding expect(n)) is a general test() concern.

I should have time to get to this in the next couple of days and will get a PR together.

from eslint-plugin-qunit.

platinumazure avatar platinumazure commented on June 9, 2024

Sounds good, let me know if you find yourself too busy, otherwise I look forward to a PR.

from eslint-plugin-qunit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.