mirror of
https://github.com/zhangxiangliang/stock-api.git
synced 2025-02-02 14:18:44 +08:00
style: 修改 项目目录结构
This commit is contained in:
parent
168af866d5
commit
0243aeeeaa
@ -1,4 +1,4 @@
|
||||
import BaseTransform from "../../../src/modules/base/transform";
|
||||
import BaseTransform from "../../../src/stocks-api/base/transform";
|
||||
|
||||
describe("【基础】股票代码转换测试", () => {
|
||||
it("深交所股票代码转换", async () => {
|
@ -1,4 +1,4 @@
|
||||
import NeteaseTransform from "../../../src/modules/netease/transform";
|
||||
import NeteaseTransform from "../../../src/stocks-api/netease/transform";
|
||||
|
||||
describe("【网易】股票代码转换测试", () => {
|
||||
it("深交所股票代码转换", async () => {
|
Loading…
Reference in New Issue
Block a user