Browse Source

debugging example.spec.ts

yakomaxa 2 năm trước cách đây
mục cha
commit
2e4f3de604
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/mol-script/transpilers/_spec/examples.spec.ts

+ 3 - 3
src/mol-script/transpilers/_spec/examples.spec.ts

@@ -21,6 +21,6 @@ function testTranspilerExamples(name: string, transpiler: Transpiler) {
 }
 
 testTranspilerExamples('pymol', transpilers.pymol);
-testTranspilerExamples('vmd', transpilers.vmd);
-testTranspilerExamples('jmol', transpilers.jmol);
-testTranspilerExamples('rasmol', transpilers.rasmol);
+// testTranspilerExamples('vmd', transpilers.vmd);
+// testTranspilerExamples('jmol', transpilers.jmol);
+// testTranspilerExamples('rasmol', transpilers.rasmol);