Handle the exclusion of SplitColourChannels correctly
This commit is contained in:
parent
f43a9df180
commit
6cb0b2bcfd
@ -87,12 +87,14 @@ import TestRegister from "../lib/TestRegister.mjs";
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
testObjs.forEach(obj => {
|
testObjs.forEach(obj => {
|
||||||
code += `import "./tests/${obj}.mjs";\n`;
|
if (obj !== 'SplitColourChannels')
|
||||||
|
code += `import "./tests/${obj}.mjs";\n`;
|
||||||
|
else
|
||||||
|
code += `// Cannot test operations that use the File type yet
|
||||||
|
// import "./tests/SplitColourChannels.mjs";\n`;
|
||||||
});
|
});
|
||||||
|
|
||||||
code += `
|
code += `
|
||||||
// Cannot test operations that use the File type yet
|
|
||||||
// import "./tests/SplitColourChannels.mjs";
|
|
||||||
|
|
||||||
const testStatus = {
|
const testStatus = {
|
||||||
allTestsPassing: true,
|
allTestsPassing: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user