Sha256: bd640ca8fba537793e79949810070ca15e271bdd5caab061531d908659392cd7

Contents?: true

Size: 194 Bytes

Versions: 15

Compression:

Stored size: 194 Bytes

Contents

module("Basics");

test("This has one failure", function() {
	bogusFunction(); // undefined error
});

test("This has no failures", function() {
	expect(1);
	equal(APP.one(), 1, "It is 1");
});

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_undefined_error.js
qunited-0.5.2 test/fixtures/errors_project/test/javascripts/this_test_has_undefined_error.js
qunited-0.5.1 test/fixtures/errors_project/test/javascripts/this_test_has_undefined_error.js
qunited-0.5.0 test/fixtures/errors_project/test/javascripts/this_test_has_undefined_error.js
qunited-0.4.4 test/fixtures/errors_project/test/javascripts/this_test_has_undefined_error.js
qunited-0.4.3 test/fixtures/errors_project/test/javascripts/this_test_has_undefined_error.js
qunited-0.4.2 test/fixtures/errors_project/test/javascripts/this_test_has_undefined_error.js
qunited-0.4.1 test/fixtures/errors_project/test/javascripts/this_test_has_undefined_error.js
qunited-0.4.0 test/fixtures/errors_project/test/javascripts/this_test_has_undefined_error.js
qunited-0.3.1 test/fixtures/errors_project/test/javascripts/this_test_has_undefined_error.js
qunited-0.3.0 test/fixtures/errors_project/test/javascripts/this_test_has_undefined_error.js
qunited-0.2.1 test/fixtures/errors_project/test/javascripts/this_test_has_undefined_error.js
qunited-0.2.0 test/fixtures/errors_project/test/javascripts/this_test_has_undefined_error.js
qunited-0.1.0 test/fixtures/errors_project/test/javascripts/this_test_has_undefined_error.js
qunited-0.0.1 test/fixtures/errors_project/test/javascripts/this_test_has_undefined_error.js