UNPKG

353 BJavaScriptView Raw
1const shelljs = require('shelljs');
2const fs = require('fs');
3const path = require('path')
4describe('function test', () => {
5 // it('shelljs function test', () => {
6 // const pwd = shelljs.exec('npm root -g').stdout;
7 // })
8
9 it('fs function test', () => {
10 // const folderPath = ''
11 // expect(fs.existsSync(folderPath)).toBe(false);
12 })
13})
\No newline at end of file