Skip to content

Commit

Permalink
test: 更新测试用例
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed May 18, 2024
1 parent a1ddf1b commit d640dd4
Show file tree
Hide file tree
Showing 26 changed files with 248 additions and 496 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ test/fixtures/*/project
*.zip
.vscode
lib/app-plugin
*.d.ts
*.d.ts
.lcui
build
8 changes: 4 additions & 4 deletions test/basic.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const fs from 'fs-extra');
const path from 'path');
const assert from 'assert');
const { execSync } from 'child_process');
const fs = require('fs-extra');
const path = require('path');
const assert = require('assert');
const { execSync } = require('child_process');

describe('basic', () => {
const cwd = path.resolve(__dirname, 'fixtures', 'basic');
Expand Down
6 changes: 0 additions & 6 deletions test/fixtures/resource/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions test/fixtures/resource/src/main.c

This file was deleted.

1 change: 0 additions & 1 deletion test/fixtures/resource/src/ui/home.c

This file was deleted.

9 changes: 0 additions & 9 deletions test/fixtures/resource/src/ui/home.css

This file was deleted.

12 changes: 0 additions & 12 deletions test/fixtures/resource/src/ui/home.css.h

This file was deleted.

42 changes: 0 additions & 42 deletions test/fixtures/resource/src/ui/home.js

This file was deleted.

61 changes: 0 additions & 61 deletions test/fixtures/resource/src/ui/home.js.h

This file was deleted.

44 changes: 0 additions & 44 deletions test/fixtures/resource/src/ui/home.json

This file was deleted.

61 changes: 0 additions & 61 deletions test/fixtures/resource/src/ui/home.json.h

This file was deleted.

15 changes: 0 additions & 15 deletions test/fixtures/resource/src/ui/home.module.css

This file was deleted.

11 changes: 0 additions & 11 deletions test/fixtures/resource/src/ui/home.tsx

This file was deleted.

55 changes: 0 additions & 55 deletions test/fixtures/resource/src/ui/home.tsx.h

This file was deleted.

11 changes: 0 additions & 11 deletions test/fixtures/resource/src/ui/home.xml

This file was deleted.

Loading

0 comments on commit d640dd4

Please sign in to comment.