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 => {
|
||||
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 += `
|
||||
// Cannot test operations that use the File type yet
|
||||
// import "./tests/SplitColourChannels.mjs";
|
||||
|
||||
const testStatus = {
|
||||
allTestsPassing: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user