Sha256: 93984ce255a8030256f6f47a8fa0c6fd183d324bd99aa505d53cec320974c738

Contents?: true

Size: 233 Bytes

Versions: 15

Compression:

Stored size: 233 Bytes

Contents

module("Math");

test("Addition is hard", function() {
	var obj = {key = "value"}; // Doing it wrong
});

test("This expects the wrong number of assertions", function() {
	expect(2);
	equal(2 - 1, 1, "Two minus one equals one");
});

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
qunited-0.5.3 test/fixtures/errors_project/test/javascripts/this_test_has_syntax_error.js
qunited-0.5.2 test/fixtures/errors_project/test/javascripts/this_test_has_syntax_error.js
qunited-0.5.1 test/fixtures/errors_project/test/javascripts/this_test_has_syntax_error.js
qunited-0.5.0 test/fixtures/errors_project/test/javascripts/this_test_has_syntax_error.js
qunited-0.4.4 test/fixtures/errors_project/test/javascripts/this_test_has_syntax_error.js
qunited-0.4.3 test/fixtures/errors_project/test/javascripts/this_test_has_syntax_error.js
qunited-0.4.2 test/fixtures/errors_project/test/javascripts/this_test_has_syntax_error.js
qunited-0.4.1 test/fixtures/errors_project/test/javascripts/this_test_has_syntax_error.js
qunited-0.4.0 test/fixtures/errors_project/test/javascripts/this_test_has_syntax_error.js
qunited-0.3.1 test/fixtures/errors_project/test/javascripts/this_test_has_syntax_error.js
qunited-0.3.0 test/fixtures/errors_project/test/javascripts/this_test_has_syntax_error.js
qunited-0.2.1 test/fixtures/errors_project/test/javascripts/this_test_has_syntax_error.js
qunited-0.2.0 test/fixtures/errors_project/test/javascripts/this_test_has_syntax_error.js
qunited-0.1.0 test/fixtures/errors_project/test/javascripts/this_test_has_syntax_error.js
qunited-0.0.1 test/fixtures/errors_project/test/javascripts/this_test_has_syntax_error.js