mirror of
https://github.com/encounter/JSONAPI.git
synced 2026-03-30 11:18:38 -07:00
16 lines
230 B
Swift
16 lines
230 B
Swift
//
|
|
// SparseFieldEncoderTests.swift
|
|
//
|
|
//
|
|
// Created by Mathew Polzin on 8/5/19.
|
|
//
|
|
|
|
import XCTest
|
|
import JSONAPI
|
|
|
|
class SparseFieldEncoderTests: XCTestCase {
|
|
func test_placeholder() {
|
|
// TODO: write tests
|
|
}
|
|
}
|