mirror of
https://github.com/obra/superpowers.git
synced 2026-07-05 17:29:04 +08:00
test(writing-skills): cover render-graphs execution
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
* Requires: graphviz (dot) installed on system
|
||||
*/
|
||||
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const { execFileSync } = require('child_process');
|
||||
import * as fs from 'fs';
|
||||
import * as path from 'path';
|
||||
import { execFileSync } from 'child_process';
|
||||
|
||||
function extractDotBlocks(markdown) {
|
||||
const blocks = [];
|
||||
|
||||
Reference in New Issue
Block a user