We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd212b commit 04917d7Copy full SHA for 04917d7
test/ExternalModule.unittest.js
@@ -45,7 +45,7 @@ describe("ExternalModule", function() {
45
it("calls getSource with the result of getSourceString", function() {
46
// set up
47
const expectedString = "something expected stringy";
48
- const expectedSource = "something expected sourcy";
+ const expectedSource = "something expected source";
49
externalModule.getSource = sinon.stub().returns(expectedSource);
50
externalModule.getSourceString = sinon.stub().returns(expectedString);
51
0 commit comments