Skip to content

Commit

Permalink
GPII-2515: Converted gsettings tests to use jqUnit.
Browse files Browse the repository at this point in the history
  • Loading branch information
the-t-in-rtf committed Oct 12, 2017
1 parent 3435914 commit 868ebe3
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 38 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"grunt-shell": "1.3.0",
"istanbul": "git://github.com/the-t-in-rtf/istanbul#828eb930add7bd663ca20649a917f3f3829e48c5",
"nan": "2.4.0",
"node-jqunit": "1.1.7",
"rimraf": "2.6.1"
},
"license": "BSD-3-Clause",
Expand Down
1 change: 1 addition & 0 deletions tests/UnitTests.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Rollup to run all javascript-only unit tests.
"use strict";
require("../gpii/node_modules/alsa/test/alsaSettingsHandlerTests.js");
require("../gpii/node_modules/gsettingsBridge/tests/gsettingsTests");
require("../gpii/node_modules/orca/test/orcaSettingsHandlerTests.js");
require("../gpii/node_modules/packagekit/test/all-tests.js");
require("../gpii/node_modules/packagekit/nodepackagekit/nodepackagekit_test");
Expand Down

0 comments on commit 868ebe3

Please sign in to comment.